namespace GameServer.Contents.GameMode.Mode_Battle.Manage; public interface IBattleMode { public Task init(); }