コード例 #1
0
ファイル: ToolManager.cs プロジェクト: MK4H/MHUrho
 protected void LoadTool(Tool tool)
 {
     Tools.Add(tool);
     gameUI.AddTool(tool);
 }