(svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth)
This commit is contained in:
@@ -8,3 +8,8 @@
|
||||
*/
|
||||
|
||||
AILog.Info("1.1 API compatability in effect.");
|
||||
|
||||
AICompany.GetCompanyValue <- function(company)
|
||||
{
|
||||
return AICompany.GetQuarterlyCompanyValue(company, AICompany.CURRENT_QUARTER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user