예제 #1
0
 public static staticObject Create(Point pos, eStaticObjType objType, eSOBQuarters quarters)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static staticObject Create(Point pos, eStaticObjType objTyp, eSpawnPointType spawnPtTyp)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public static staticObject Create(Point pos, eStaticObjType objTyp)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public staticObject(Point pos, eStaticObjType objTyp)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public staticObjectGroup(Point pos, eStaticObjType objType, eSOBQuarters quarters)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public staticObject(Point pos, eStaticObjType objTyp, eSpawnPointType spawnPtTyp)
 {
     throw new NotImplementedException();
 }