예제 #1
0
파일: UIList.cs 프로젝트: Aulbn/BozzSenior
 public void AnimateButton(Vector2 direction)
 {
     arrows.Animate(this, direction);
 }