Files
mixtape/zero.Core/Communication/Handlers/IHandler.cs
T

6 lines
64 B
C#
Raw Normal View History

2021-11-20 13:52:28 +01:00
namespace zero.Communication;
public interface IHandler
{
}