示例#1
0
文件: Node.cs 项目: belzecue/SSE
 protected Node()
 {
     Position = new EditorRect(10, 40, 30, 30);
 }
示例#2
0
文件: Node.cs 项目: stramit/SSE
 protected Node()
 {
     Position = new EditorRect (10, 40, 30, 30);
 }