namespace mine2d.frontend; interface IFrontend { public void Process(); public void Init(); }