diff options
Diffstat (limited to 'frontend/cmd/hit.cpp')
-rw-r--r-- | frontend/cmd/hit.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/cmd/hit.cpp b/frontend/cmd/hit.cpp new file mode 100644 index 0000000..740c348 --- /dev/null +++ b/frontend/cmd/hit.cpp @@ -0,0 +1,6 @@ +#include "../Player.h" + +FollowupAction Player::cmd_hit(Argv argv) { + return FollowupAction::UPDATE; +} + |