newlon/scripts/systems/effects/IEffectHandler.cs

6 lines
No EOL
75 B
C#

namespace Newlon.Systems.Effects;
public interface IEffectHandler
{
}