Example #1
0
 public void AnimationSetting(int step, CharacterAnim.AnimStasis stasis)
 {
     for (int i = 0; i < 2; i++)
     {
         AnimationSetting(i, step, stasis);
     }
 }
Example #2
0
 public void AnimationSetting(int index, int step, CharacterAnim.AnimStasis stasis)
 {
     AttackAnims[index + step * 2] = stasis;
 }