Exemplo n.º 1
0
 public override void Interact(PlayerCharacterController pc)
 {
     pc.AddKey(keyType);
     Destroy(this.gameObject);
 }