Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sim server mr output #34

Merged
merged 13 commits into from
Feb 22, 2017
Prev Previous commit
Next Next commit
Added return to empty method
  • Loading branch information
chgibb committed Feb 22, 2017
commit 4da5e336c77f68b76643756d9a10858fd1c89b40
1 change: 1 addition & 0 deletions simServer/inc/Player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ namespace Schwarma
//currently just prints result of enemy attack
int defend(Schwarma::Entity*enemy)
{
return 0;
}
};
}