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