Delete Soldier class
Make Infantry as structure
This commit is contained in:
6
src/Infantry.cpp
Normal file
6
src/Infantry.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "Infantry.h"
|
||||
|
||||
void Infantry::attack()
|
||||
{
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user