コード例 #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;
 }