示例#1
0
 public void PutDown()
 {
     player = null;
 }
示例#2
0
 public void PickedUp()
 {
     player = GetComponentInParent <TestPlayerMover>();
 }