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;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using KitchenMods;
|
||||
using Unity.Entities;
|
||||
|
||||
namespace Pets.Components.Menu
|
||||
{
|
||||
public struct CTriggerPetEditor : IModComponent
|
||||
{
|
||||
public bool IsTriggered;
|
||||
public Entity TriggerEntity;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user