Delete Soldier class

Make Infantry as structure
This commit is contained in:
2025-07-07 02:43:47 +03:00
parent f13bf95ba2
commit 253e1cf423
6 changed files with 16 additions and 30 deletions

6
src/Infantry.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "Infantry.h"
void Infantry::attack()
{
return;
}