Beispiel #1
0
 public static void setLocked(Door door, bool locked) {
     door.setLocked(locked);
 }