server-master/srcs/PhoenixLib.Events/IEvent.cs
2026-02-10 18:21:30 +01:00

6 lines
No EOL
71 B
C#

namespace PhoenixLib.Events
{
public interface IEvent
{
}
}