Beispiel #1
0
 void LockDoors()
 {
     audioSource.PlayOneShot(lockSound);
     currentRoom.ActivateLocks();
     ChangeEnergy(lockCost);
 }