Files
Lachlan Leone d78ae93c97 Initial Commit
2024-01-20 20:00:35 +11:00

9 lines
145 B
C#

using KitchenMods;
namespace Pets.Components.Creation
{
public struct CRequiresPet : IModComponent
{
public int PetType;
}
}