예제 #1
0
파일: Patient.cs 프로젝트: pimms/gfh_gj
 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
파일: Patient.cs 프로젝트: pimms/gfh_gj
 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;
 }