예제 #1
0
 private void ClosingDoor()
 {
     sr.sprite = inactiveWeight;
     //call close door
     doorScript.InactiveWeight();
 }