Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using KitchenMods;
|
||||
|
||||
namespace Pets.Components
|
||||
{
|
||||
public struct CRequestStateChange : IModComponent
|
||||
{
|
||||
public int PlayerID;
|
||||
public int StateID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user