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