Files
Pets-Public/Interfaces/IPetProperty.cs
T

9 lines
104 B
C#
Raw Normal View History

2024-01-20 20:00:35 +11:00
using KitchenMods;
namespace Pets.Interfaces
{
2024-01-20 22:32:35 +11:00
public interface IPetProperty
2024-01-20 20:00:35 +11:00
{
}
}