summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Items/Behaviours/ItemDaggerBehaviour.cs
blob: 1e0dfe641a2fd1f454807ffe31f2784184d6bb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace WK.Items
{

    public class ItemDaggerBehaviour : ItemBehaviour
    {



    }

}