[client] rename frame => view
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user