factored out explosion behaviour

This commit is contained in:
devZoGok
2024-01-22 11:15:46 +02:00
parent f843d211da
commit dbbd06b16d
8 changed files with 77 additions and 85 deletions
-1
View File
@@ -100,7 +100,6 @@ namespace battleship{
Unit(Player*, int, vb01::Vector3, vb01::Quaternion);
virtual ~Unit();
virtual void update();
virtual void blowUp();
virtual void halt();
void updateGarrison(Vehicle*, bool);
virtual void select();