Example #1
0
 public bool openTrapDoor()
 {
     door.openTrapDoor();
     return(true);
 }