Example #1
0
 public SocketService()
 {
     _calculationService = new CalculationService();
 }
Example #2
0
 public LevelService()
 {
     _calculationService = new CalculationService();
 }
 public RarityService()
 {
     _calculationService = new CalculationService();
 }
Example #4
0
 public PropertyService()
 {
     _calculationService = new CalculationService();
 }