Ejemplo n.º 1
0
 public static void SetServices(ICheatImpl cheat)
 {
     if (_cheat != null)
     {
         throw new NotSupportedException("Not supposed to set this twice");
     }
     _cheat = cheat;
 }
Ejemplo n.º 2
0
 public static void SetServices(ICheatImpl cheatImpl) => _cheat = cheatImpl;
Ejemplo n.º 3
0
 public static void SetServices(ICheatImpl cheat) {
     _cheat = cheat;
 }
Ejemplo n.º 4
0
 public static void SetServices(ICheatImpl cheatImpl) => _cheat = cheatImpl;