Files
Lachlan Leone 323c611016 v0.1.1
2024-01-20 22:32:35 +11:00

9 lines
104 B
C#

using KitchenMods;
namespace Pets.Interfaces
{
public interface IPetProperty
{
}
}