void AttachSkillsToCharacter() { character.Register(CharacterState.Normal, "Deploy", DeployMethod); character.Register(CharacterState.Normal, "Charge", ChargeMethod); character.Register(CharacterState.Normal, "Smoke", SmokeMethod); }
void AttachSkillsToCharacter() { character.Register(CharacterState.Normal, "Hook", HookMethod); character.Register(CharacterState.Normal, "Attack", AttackMethod); character.Register(CharacterState.Normal, "WarSense", WarSenseMethod); }