VPet/VPet-Simulator.Windows.Interface/Item.cs
2023-06-02 00:50:40 +10:00

14 lines
202 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VPet_Simulator.Windows.Interface
{
public class Item
{
}
}