comment pass
This commit is contained in:
@@ -3,9 +3,13 @@ using UnityEngine;
|
||||
|
||||
namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C
|
||||
{
|
||||
/// <summary>
|
||||
/// A hole used in the <see cref="Holes"/> module.
|
||||
/// </summary>
|
||||
[RequireComponent(typeof(Emission), typeof(Collider))]
|
||||
public class Hole : Button
|
||||
{
|
||||
[Tooltip("The number of this hole, starting from the bottom left.")]
|
||||
[Min(0)]
|
||||
public int number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user