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