geometry-tower-defense/Assets/GameMain/Scripts/Definition/Ports/IEventFlowManager.cs

7 lines
105 B
C#

namespace GeometryTD.Core
{
public interface IEventFlowManager
{
void EndEvent();
}
}