You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void OnCalculateResidentialLevelUp(ref Level targetLevel, ref int educationProgress, ref int landValueProgress, ref bool landValueTooLow, int averageEducation, int landValue, ushort buildingID, Service service, SubService subService, Level currentLevel)
public void OnCalculateCommercialLevelUp(ref Level targetLevel, ref int wealthProgress, ref int landValueProgress, ref bool landValueTooLow, int averageWealth, int landValue, ushort buildingID, Service service, SubService subService, Level currentLevel)
public void OnCalculateIndustrialLevelUp(ref Level targetLevel, ref int educationProgress, ref int serviceProgress, ref bool tooFewServices, int averageEducation, int serviceScore, ushort buildingID, Service service, SubService subService, Level currentLevel)
public void OnCalculateOfficeLevelUp(ref Level targetLevel, ref int educationProgress, ref int serviceProgress, ref bool tooFewServices, int averageEducation, int serviceScore, ushort buildingID, Service service, SubService subService, Level currentLevel)