示例#1
0
 public static RoomManager GetInstance()
 {
     return _instance ?? (_instance = new RoomManager());
 }