Exemplo n.º 1
0
 public void Enqueue(Cell cell)
 {
     m_Queue.Add(cell);
 }
Exemplo n.º 2
0
 protected abstract void UpdateState(Cell cell);
Exemplo n.º 3
0
 protected override void UpdateState(Cell cell)
 {
     if (!Planner.IsCreator)
         throw new Exception("The method or operation is not implemented.");
 }