コード例 #1
0
ファイル: Entity.cs プロジェクト: gdn002/TosserWorld
 public void ActivateDefaultAction(bool hold = false)
 {
     if (Action != null)
     {
         Action.Activate(this, hold);
     }
 }