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