PotatoPlan/Game1/Sources/Objects/Inventory.cs

13 lines
188 B
C#
Raw Normal View History

2020-05-05 16:27:45 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Game1.Sources.Objects
{
class Inventory
{
}
}