예제 #1
0
 //initialize everything here, Game is loaded at this point
 public Mod()
 {
     _configManager = new Config(this.OwnFolder());
     _multiplier = _configManager.GetMultiplier();
 }