Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using KitchenMods;
|
||||
using Pets.Enums;
|
||||
|
||||
namespace Pets.Components
|
||||
{
|
||||
public struct CDefaultState : IModComponent
|
||||
{
|
||||
public CDefaultState(PetState state)
|
||||
{
|
||||
State = state;
|
||||
}
|
||||
|
||||
public readonly PetState State;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user