예제 #1
0
 public override void MakeTransition(SkillState state)
 {
     state.Apply();
     _skill.SkillState = state;
 }