using GameCore.ECS; namespace GameCore.Logic.Interfaces; public interface ITriggerAction { void Execute(World world); }