添加项目文件。
This commit is contained in:
10
Atomx.Common/Enums/MaterialType.cs
Normal file
10
Atomx.Common/Enums/MaterialType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Atomx.Common.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// 原料类型
|
||||
/// </summary>
|
||||
public enum MaterialType
|
||||
{
|
||||
Gold = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user