10 lines
169 B
C#
10 lines
169 B
C#
|
|
using KitchenMods;
|
||
|
|
|
||
|
|
namespace Pets.Components.Creation
|
||
|
|
{
|
||
|
|
public struct CRequestedPet : IModComponent
|
||
|
|
{
|
||
|
|
public int player;
|
||
|
|
public int pet;
|
||
|
|
}
|
||
|
|
}
|