Add button interaction system with event publishing and requirements handling
This commit is contained in:
8
GameCore/Logic/Interfaces/ITriggerAction.cs
Normal file
8
GameCore/Logic/Interfaces/ITriggerAction.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using GameCore.ECS;
|
||||
|
||||
namespace GameCore.Logic.Interfaces;
|
||||
|
||||
public interface ITriggerAction
|
||||
{
|
||||
void Execute(World world);
|
||||
}
|
||||
Reference in New Issue
Block a user