mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 10:31:26 -07:00
13 lines
216 B
C#
13 lines
216 B
C#
namespace Bloxstrap.Enums.FlagPresets
|
|
{
|
|
public enum InGameMenuVersion
|
|
{
|
|
[EnumName(FromTranslation = "Common.Default")]
|
|
Default,
|
|
V1,
|
|
V2,
|
|
V4,
|
|
V4Chrome
|
|
}
|
|
}
|