コード例 #1
0
ファイル: Character.cs プロジェクト: Pigu-A/FantasyCrescendo
 public virtual void Move(Vector2 direction)
 {
     OnMove.SafeInvoke(direction);
 }