mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
10 lines
131 B
C#
10 lines
131 B
C#
namespace Bloxstrap.Enums.FlagPresets
|
|
{
|
|
public enum MaterialVersion
|
|
{
|
|
Default,
|
|
Old,
|
|
New
|
|
}
|
|
}
|