示例#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.");
 }