11 lines
152 B
C#
11 lines
152 B
C#
namespace Atomx.Common.Enums
|
|
{
|
|
/// <summary>
|
|
/// 原料类型
|
|
/// </summary>
|
|
public enum MaterialType
|
|
{
|
|
Gold = 1
|
|
}
|
|
}
|