示例#1
0
 public CellHouseDoorAddon()
   : base()
 {
   Door = new CellHouseDoorComponent(DoorFacing.EastCCW);
 }
示例#2
0
 public CellHouseDoorAddon()
     : base()
 {
     Door = new CellHouseDoorComponent(DoorFacing.EastCCW);
 }