internal void AddManagerForMod(ModWorld modWorld)
 {
     ModWorld = modWorld;
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Get the world of the target mod
 /// </summary>
 /// <param name="modInfo">The target mod</param>
 /// <returns>The world of the mod</returns>
 public ModWorld GetModWorld(CModInfo modInfo)
 {
     return(ModWorld.GetOrCreate(modInfo));
 }