1using System.Collections.Generic;
9 public static Stack<CellDetail>
cache =
new Stack<CellDetail>();
11 public List<Thing>
things =
new List<Thing>(1);
13 public List<Chara>
charas =
new List<Chara>(1);
51 for (
int i = 0; i < things.Count &&
things[i].IsInstalled; i++)
63 for (
int i = 0; i < things.Count &&
things[i].IsInstalled; i++)
void MoveThingToBottom(Thing t)
void MoveThingToTop(Thing t)
TaskDesignation designation
static CellDetail Spawn()
static Stack< CellDetail > cache