VPet/VPet-Simulator.Core/Item/Drink.cs
2022-12-13 15:10:18 +08:00

13 lines
191 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VPet_Simulator.Core
{
internal class Drink
{
}
}