Exemplo n.º 1
0
 static bool isIndoorAndCoolDown(this HeatSource hs) =>
 GameManager.GetWeatherComponent().IsIndoorScene() && !hs.IsTurnedOn() && hs.m_TempIncrease > 0f;