[client] rename frame => view

This commit is contained in:
2019-03-21 20:26:28 +03:00
parent 0b17fbf804
commit 4d8de90419
43 changed files with 119 additions and 114 deletions

View File

@@ -10,6 +10,9 @@ class HardBotControl extends BotControl {
private var actionTimer:Timer;
override public function onCollision(with:EntityType):Void {
if (tank == null) {
return;
}
switch (with) {
case TANK(t):
if (t.playerId.team != tank.playerId.team) {