summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Items/Inventory.cs
blob: f620a932c5ca03ab9d1a24538d2f4cd2fe865c0f (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 Inventory
    {



    }

}