示例#1
0
 public Engine(IHacherGroupFactory hacherGroupFactory, IWarEffectFactory warEffect,
               IReader reader, IWriter writer,
               IGameData gameData)
 {
     this.hacherGroupFactory = hacherGroupFactory;
     this.warEffectFactory   = warEffect;
     this.reader             = reader;
     this.writer             = writer;
     this.gameData           = gameData;
 }
示例#2
0
 public Engine(IHacherGroupFactory hacherGroupFactory, IWarEffectFactory warEffect,
     IReader reader, IWriter writer,
     IGameData gameData)
 {
     this.hacherGroupFactory = hacherGroupFactory;
     this.warEffectFactory = warEffect;
     this.reader = reader;
     this.writer = writer;
     this.gameData = gameData;
 }