syntax = "proto3"; import "ShapeType.proto"; import "Rotation.proto"; import "RotationSpeed.proto"; import "Vector3Int.proto"; option java_package = "emu.grasscutter.net.proto"; message GMObstacleInfo { int64 timestamp = 13; ShapeType shape = 3; Rotation center = 9; int32 obstacleId = 15; RotationSpeed rotation = 4; Vector3Int extents = 5; }