mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
13 lines
225 B
C#
13 lines
225 B
C#
namespace Bloxstrap.Enums.FlagPresets
|
|
{
|
|
public enum TextureQuality
|
|
{
|
|
[EnumName(FromTranslation = "Common.Automatic")]
|
|
Default,
|
|
Level0,
|
|
Level1,
|
|
Level2,
|
|
Level3
|
|
}
|
|
}
|