Files
2026-02-23 22:01:07 +07:00

9 lines
133 B
C#

namespace AllIn13DShader
{
public enum ShaderCommandValue
{
DEFAULT = 0,
DEFINED_IN_CODE = 1,
DEFINED_IN_PROPERTIES = 2,
}
}