Esempio n. 1
0
 private static void TryPlaceNearStacksOf25()
 {
     Find.WindowStack.Add(new Dialog_DebugOptionListLister(DebugThingPlaceHelper.TryPlaceOptionsForStackCount(25, direct: false)));
 }
Esempio n. 2
0
 private static void TryPlaceDirectThing()
 {
     Find.WindowStack.Add(new Dialog_DebugOptionListLister(DebugThingPlaceHelper.TryPlaceOptionsForStackCount(1, direct: true)));
 }