VPet/VPet-Simulator.Core/Item/Food.cs

7 lines
73 B
C#
Raw Normal View History

2023-06-01 08:16:45 +00:00
namespace VPet_Simulator.Core
2022-12-13 07:10:18 +00:00
{
internal class Food
{
}
}