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