예제 #1
0
 public SpaceElement(SpaceElement parent = null)
 {
     this.parent = parent;
 }
예제 #2
0
파일: SpaceElement.cs 프로젝트: mind0n/hive
		public SpaceElement(SpaceElement parent = null)
		{
			this.parent = parent;
		}