Esempio n. 1
0
        internal static string getVersionText()
        {
            if (isPOInstalled())
            {
                if (PO_LogicEnabled.getVersion() == VersionName)
                {
                    return($"PO version {PO_LogicEnabled.getVersion()} found, integration enabled!\n ");
                }
                else
                {
                    return($"PO integration failed - found version {PO_LogicEnabled.getVersion()} (required: {VersionName})\n ");
                }
            }

            return("PO is not available. To use these options please quit Cities Skylines and subscribe to PO.\n ");
        }
Esempio n. 2
0
 private static string _getVersion()
 {
     return(PO_LogicEnabled.getVersion());
 }