Files
Atomx/Atomx.Common/Enums/MaterialType.cs
2025-12-02 13:10:10 +08:00

11 lines
152 B
C#

namespace Atomx.Common.Enums
{
/// <summary>
/// 原料类型
/// </summary>
public enum MaterialType
{
Gold = 1
}
}