Example #1
0
 public void Update()
 {
     if (LocationsToDisplay.Count > 0)
     {
         WorldMapLocation wml = LocationsToDisplay.Dequeue();
         WorldMap.CreateLocationLabel(this, wml);
     }
 }