From 4fcd224f2ca0f296ff71a9fed07e381dc5c20479 Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Wed, 5 Dec 2018 07:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E8=B4=A8=E7=B1=BB=E5=9E=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Server/Material/MaterialType.cs | 17 +++++++++++++++++ ShadowEditor.Server/ShadowEditor.Server.csproj | 1 + 2 files changed, 18 insertions(+) create mode 100644 ShadowEditor.Server/Material/MaterialType.cs 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 @@ +