コード例 #1
0
 private static void TryPlaceNearStacksOf25()
 {
     Find.WindowStack.Add(new Dialog_DebugOptionListLister(DebugThingPlaceHelper.TryPlaceOptionsForStackCount(25, direct: false)));
 }
コード例 #2
0
 private static void TryPlaceDirectThing()
 {
     Find.WindowStack.Add(new Dialog_DebugOptionListLister(DebugThingPlaceHelper.TryPlaceOptionsForStackCount(1, direct: true)));
 }