namespace MoonlightServers.Shared.Enums; public enum StarVariableType { Text = 0, Number = 1, Toggle = 2, Select = 3 }