Beispiel #1
0
 public void SetParentDoorway(int doorwayIndex)
 {
     parent = doorways[doorwayIndex];
     parent.SetActiveWithoutDoor();
 }