Skip to content

Instantly share code, notes, and snippets.

@pawelsawicz
Created May 21, 2016 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelsawicz/f4100bd054e120f773da1165c0439208 to your computer and use it in GitHub Desktop.
Save pawelsawicz/f4100bd054e120f773da1165c0439208 to your computer and use it in GitHub Desktop.
class Config
{
public:
Config();
~Config();
int MoveDamagePlayer
int MoveDamageNpc
int MoveDamageFightzone
int MoveDamageMagic
int MoveDamageMagicFightzone
};
CombatConfig.cpp
Config(){
this->MoveDamagePlayer = 40;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment