npcs build ports

This commit is contained in:
evanpelle
2024-11-21 19:53:02 -08:00
committed by Evan
parent c2798d46d9
commit bc3cf09960
5 changed files with 69 additions and 44 deletions
+2
View File
@@ -80,8 +80,10 @@ export class UnitLayer implements Layer {
break;
case UnitType.TradeShip:
this.handleTradeShipEvent(event)
break;
case UnitType.AtomBomb:
this.handleNuke(event)
break
}
}