예제 #1
0
 /// <summary>
 /// Add an object to the list of objects the player is close enough to interact with.
 /// </summary>
 /// <param name="interactible">The object to add.</param>
 public void AddInteractible(PhysicalInteractible interactible) => Interaction.AddInteractible(interactible);