Example #1
0
 internal static void FlushAllData()
 {
     CellStacks  = null;
     FloorCell   = new CellStack.Cell();
     CeilingCell = new CellStack.Cell();
     CellStack.StaticReset();
 }