Beispiel #1
0
 public void PrepareForBattleAnimation(BattleAnimationPlayer player, Type type)
 {
     PrepareForAnimation();
     this.battleAnimPlayer = player;
     this.type             = type;
     if (animator != null)
     {
         animator.PrepareForAnimation();
     }
 }
 public void PrepareForBattleAnimation(BattleAnimationPlayer player, Type type)
 {
     this.player     = player;
     this.type       = type;
     originalDollPos = transform.position;
 }