-
This commit is contained in:
@@ -13,6 +13,10 @@ import ru.m.tankz.proto.CreateGameRequest;
|
||||
import ru.m.tankz.proto.CreateGameResponse;
|
||||
import ru.m.tankz.proto.JoinGameRequest;
|
||||
import ru.m.tankz.proto.JoinGameResponse;
|
||||
import ru.m.tankz.proto.StartGameRequest;
|
||||
import ru.m.tankz.proto.StartGameResponse;
|
||||
import ru.m.tankz.proto.ExitGameRequest;
|
||||
import ru.m.tankz.proto.ExitGameResponse;
|
||||
|
||||
class PacketBuilder implements IPacketBuilder {
|
||||
|
||||
@@ -33,6 +37,10 @@ class PacketBuilder implements IPacketBuilder {
|
||||
0x0004 => CreateGameResponse,
|
||||
0x0005 => JoinGameRequest,
|
||||
0x0006 => JoinGameResponse,
|
||||
0x0007 => StartGameRequest,
|
||||
0x0008 => StartGameResponse,
|
||||
0x0009 => ExitGameRequest,
|
||||
0x000a => ExitGameResponse
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user