Example #1
0
 public void QueueBuildUnit(Unit unitToQueue)
 {
     ProductionQueue.Add(unitToQueue);
 }