public enum BSValueKind { None = 0, Number = 1, Text = 2, Bool = 3, Player = 4, Group = 5 }