mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 10:31:26 -07:00
11 lines
143 B
C#
11 lines
143 B
C#
namespace Bloxstrap.Enums.FlagPresets
|
|
{
|
|
public enum InGameMenuVersion
|
|
{
|
|
Default,
|
|
V1,
|
|
V2,
|
|
V4
|
|
}
|
|
}
|