1
0
forked from s425077/PotatoPlan
JoelForkTest/Game1/Sources/Objects/Inventory.cs
2020-05-05 16:27:45 +02:00

13 lines
188 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Game1.Sources.Objects
{
class Inventory
{
}
}