A temp commit after coping with many obvious runtime errors.

This commit is contained in:
genxium
2022-09-24 12:01:50 +08:00
parent 85c94a9e5d
commit 1cc0eed39e
19 changed files with 546 additions and 3367 deletions

View File

@@ -126,9 +126,8 @@ message RoomDownsyncFrame {
map<int32, Trap> traps = 7;
map<int32, Bullet> bullets = 8;
map<int32, SpeedShoe> speedShoes = 9;
map<int32, Pumpkin> pumpkin = 10;
map<int32, GuardTower> guardTowers = 11;
map<int32, PlayerMeta> playerMetas = 12;
map<int32, GuardTower> guardTowers = 10;
map<int32, PlayerMeta> playerMetas = 11;
}
message InputFrameUpsync {