Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CamxxCore/afc2d389bc840377feceb79617c90453 to your computer and use it in GitHub Desktop.
Save CamxxCore/afc2d389bc840377feceb79617c90453 to your computer and use it in GitHub Desktop.
blah1
foreach (var item in OnFireList)
{
var vehicle = new Vehicle(item.Key);
if (!vehicle.IsOnFire)
{
item.Value.RemoveFire_SmokeEffects();
deleteQueue.Enqueue(item.Key);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment