コード例 #1
0
 /// <summary>
 /// Raises the move end event.
 /// </summary>
 private void OnMoveEnd()
 {
     ProtectedObject.MinusOneHp();
     Death();
 }
コード例 #2
0
 private void Awake()
 {
     _instance = this;
 }