예제 #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);
 }