2023-05-23 09:48:59 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-05-28 13:52:04 +03:00
|
|
|
|
2023-05-31 12:48:11 +03:00
|
|
|
import "Vector.proto";
|
2024-05-28 13:52:04 +03:00
|
|
|
|
|
|
|
// 4.6.0
|
2023-05-31 12:48:11 +03:00
|
|
|
message AbilityActionCreateGadget {
|
2024-05-28 13:52:04 +03:00
|
|
|
Vector rot = 3;
|
|
|
|
Vector pos = 5;
|
2023-08-17 14:18:58 +03:00
|
|
|
uint32 room_id = 7;
|
2024-05-28 13:52:04 +03:00
|
|
|
}
|