EVERYTHING
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public enum BSValueKind
|
||||
{
|
||||
None = 0,
|
||||
Number = 1,
|
||||
Text = 2,
|
||||
Bool = 3,
|
||||
Player = 4,
|
||||
Group = 5
|
||||
}
|
||||
Reference in New Issue
Block a user