summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Items/ItemDaggerBehaviour.cs15
1 files changed, 15 insertions, 0 deletions
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