simplified AI subsystem using sol usertypes

This commit is contained in:
devZoGok
2023-12-10 16:19:48 +02:00
parent 9e2ec03552
commit eee806b3b8
7 changed files with 25 additions and 52 deletions
-1
View File
@@ -56,7 +56,6 @@ namespace battleship{
vb01::Vector3 spawnPoint;
int getOrderLineId(Order::TYPE, vb01::Vector3, vb01::Vector3);
void syncLuaPlayer();
};
}