From 6fb204d494b897907d655b5752196983a82ceba2 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sat, 13 May 2023 15:20:20 +0800 Subject: *misc --- .../Assets/Scripts/Items/ItemDaggerBehaviour.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs (limited to 'WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs') diff --git a/WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs b/WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs new file mode 100644 index 0000000..1e0dfe6 --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace WK.Items +{ + + public class ItemDaggerBehaviour : ItemBehaviour + { + + + + } + +} \ No newline at end of file -- cgit v1.1-26-g67d0