Beispiel #1
0
 public static void PlayAnimOneSide(Character owner, string animationName)
 {
     AnimUtil.PlayAnimOneSide(owner, animationName);
 }