コード例 #1
0
ファイル: ToolSet.cs プロジェクト: NMO13/SolidTurn
 internal void AddTool(Tool t)
 {
     m_Tools.Add(t);
     t.SetStartPoint(Origin);
 }