summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Items/Behaviours/ItemHellbellBehaviour.cs
blob: 1008eed38691a0501c2a8ec9fee5d10ec9d445b3 (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 ItemHellbellBehaviour : ItemBehaviour
    {



    }

}