diff --git a/ShadowEditor.Server/Material/MaterialType.cs b/ShadowEditor.Server/Material/MaterialType.cs new file mode 100644 index 00000000..a864167b --- /dev/null +++ b/ShadowEditor.Server/Material/MaterialType.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ShadowEditor.Server.Material +{ + /// + /// 材质类型 + /// + public enum MaterialType + { + unknown, // 未知类型 + + } +} diff --git a/ShadowEditor.Server/ShadowEditor.Server.csproj b/ShadowEditor.Server/ShadowEditor.Server.csproj index f5f88346..9be8a4bb 100644 --- a/ShadowEditor.Server/ShadowEditor.Server.csproj +++ b/ShadowEditor.Server/ShadowEditor.Server.csproj @@ -120,6 +120,7 @@ +