From 4afa7c36ba9ec33ed113dcfb7cd33bd630d444f2 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 9 May 2023 18:52:28 +0800 Subject: *misc --- marching/Assets/Scripts/Properties/PropertyBase.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 marching/Assets/Scripts/Properties/PropertyBase.cs (limited to 'marching/Assets/Scripts/Properties/PropertyBase.cs') diff --git a/marching/Assets/Scripts/Properties/PropertyBase.cs b/marching/Assets/Scripts/Properties/PropertyBase.cs new file mode 100644 index 0000000..1bdd340 --- /dev/null +++ b/marching/Assets/Scripts/Properties/PropertyBase.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// +/// 单个属性 +/// +public abstract class PropertyBase +{ + +} \ No newline at end of file -- cgit v1.1-26-g67d0