Exemplo n.º 1
0
 //Opens the container for the player
 public void OpenContainer(CharacterFunctions stats)
 {
     stats.OpenContainer(ref ContainedItems, gameObject.name);
 }