9 lines
145 B
C#
9 lines
145 B
C#
|
|
using KitchenMods;
|
||
|
|
|
||
|
|
namespace Pets.Components.Creation
|
||
|
|
{
|
||
|
|
public struct CRequiresPet : IModComponent
|
||
|
|
{
|
||
|
|
public int PetType;
|
||
|
|
}
|
||
|
|
}
|