コード例 #1
0
ファイル: GuiCursor.cs プロジェクト: siquel/BeatEmUp
 public void MoveTo(Vector2 position)
 {
     behaviour.MoveTo(position);
 }