summaryrefslogtreecommitdiff
path: root/marching/Assets/Scripts/Properties/PropertyBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'marching/Assets/Scripts/Properties/PropertyBase.cs')
-rw-r--r--marching/Assets/Scripts/Properties/PropertyBase.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/marching/Assets/Scripts/Properties/PropertyBase.cs b/marching/Assets/Scripts/Properties/PropertyBase.cs
deleted file mode 100644
index 1bdd340..0000000
--- a/marching/Assets/Scripts/Properties/PropertyBase.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-/// <summary>
-/// 单个属性
-/// </summary>
-public abstract class PropertyBase
-{
-
-} \ No newline at end of file