[client] add position to IGamePanel
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user