Example #1
0
 public static void InsertMod(int index, IInstalledMod mod)
 {
     SyncContext.Send(state => InstalledMods.Insert(index, mod), null);
 }