[client] add position to IGamePanel

This commit is contained in:
2019-05-13 19:32:52 +03:00
parent 13240677b0
commit cbb28f4158
6 changed files with 17 additions and 13 deletions

View File

@@ -2,7 +2,6 @@ package ru.m.tankz.network;
import ru.m.tankz.game.Game;
import ru.m.tankz.proto.core.GameProto;
import ru.m.tankz.proto.game.GameChangeProto;
class NetworkGame extends Game {
@@ -13,10 +12,6 @@ class NetworkGame extends Game {
// ToDo:
}
public function update(changes:Array<GameChangeProto>):Void {
}
public function export():GameProto {
return new GameProto();
}