示例#1
0
 public TestService(Game game)
     : base(game)
 {
     cfg = new SubmarinesConfig();
 }
示例#2
0
 public LogicService(Game game)
     : base(game)
 {
     cfg = new SubmarinesConfig();
 }