implemented garrisoning

This commit is contained in:
devZoGok
2023-10-21 15:57:56 +03:00
parent 7d2dcc2fd4
commit cdc60743ae
5 changed files with 58 additions and 8 deletions
+2
View File
@@ -232,6 +232,8 @@ namespace battleship{
color = Vector3::VEC_I;
break;
case Order::TYPE::PATROL:
case Order::TYPE::GARRISON:
case Order::TYPE::EJECT:
color = Vector3::VEC_K;
break;
case Order::TYPE::BUILD: