Initial Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Kitchen;
|
||||
using KitchenMods;
|
||||
|
||||
namespace Pets.Components.Menu
|
||||
{
|
||||
public struct CPetEditorInfo : IModComponent
|
||||
{
|
||||
public InputIdentifier Player;
|
||||
public bool IsComplete;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user