Пример #1
0
 protected override void OnBedReached(Bed bed)
 {
     Debug.Log("LIE DOWN!");
     // lie down in the f*****g bed
     transform.rotation = bed.GetLieRotation();
     transform.position = bed.GetLiePosition();
     isInBed            = true;
 }
Пример #2
0
 protected override void OnBedReached(Bed bed)
 {
     Debug.Log("LIE DOWN!");
     // lie down in the f*****g bed
     transform.rotation = bed.GetLieRotation();
     transform.position = bed.GetLiePosition();
     isInBed = true;
 }