mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,16 +15,13 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "MotionInfo.proto";
|
||||
// CmdId: 264
|
||||
// Obf: MMCBFJJMMBN
|
||||
// CmdId: 25367
|
||||
// Obf: CNFNMBHLHEK
|
||||
message SceneEntityMoveNotify {
|
||||
uint32 scene_time = 1;
|
||||
uint32 entity_id = 3;
|
||||
uint32 reliable_seq = 6;
|
||||
MotionInfo motion_info = 12;
|
||||
MotionInfo motion_info = 7;
|
||||
uint32 entity_id = 11;
|
||||
uint32 reliable_seq = 10;
|
||||
uint32 scene_time = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user