using Station46.Scripts; using UnityEngine; namespace Station46.Modules.Symbols.Scripts { /// /// A that includes the number of its assigned symbol. /// public class SymbolButton : HoloButton { [Tooltip("The number of the symbol assigned to this button.")] public int symbolNumber; } }