namespace Mine2d.engine.networking;
public interface IFrontend
{
public void Process();
public void Init();
}