From a5c191cf74238084d9bd9f805b4b6755f70d956d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 1 Sep 2021 08:30:42 +0800 Subject: =?UTF-8?q?*=E6=94=B9=E5=8F=98=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Unit/Components/UnitSkill.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Assets/Scripts/Unit/Components/UnitSkill.cs (limited to 'Assets/Scripts/Unit/Components/UnitSkill.cs') diff --git a/Assets/Scripts/Unit/Components/UnitSkill.cs b/Assets/Scripts/Unit/Components/UnitSkill.cs new file mode 100644 index 00000000..3e1e480d --- /dev/null +++ b/Assets/Scripts/Unit/Components/UnitSkill.cs @@ -0,0 +1,12 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +// 技能逻辑 +[DisallowMultipleComponent] + +public class UnitSkill : UnitComponent +{ + + +} -- cgit v1.1-26-g67d0