namespace GameServer.Contents.GameMode.Mode_Battle.Manage; public interface ITPSMode { Task initTPSMode(); }