10 lines
172 B
C#
10 lines
172 B
C#
|
|
using KitchenMods;
|
||
|
|
|
||
|
|
namespace Pets.Components
|
||
|
|
{
|
||
|
|
public struct CRequestStateChange : IModComponent
|
||
|
|
{
|
||
|
|
public int PlayerID;
|
||
|
|
public int StateID;
|
||
|
|
}
|
||
|
|
}
|