Files
BattleCap/include/Infantry.h
ParkSuMin 253e1cf423 Delete Soldier class
Make Infantry as structure
2025-07-07 02:43:47 +03:00

5 lines
50 B
C

#pragma once
struct Infantry {
void attack();
};