1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
2015-01-21 01:05:27 -03:00

18 lines
382 B
C++

class CfgWorlds {
class CAWorld;
class Stratis: CAWorld {
AGM_TempMeanJan = 7.4;
AGM_TempMeanJul = 25.9;
AGM_TempAmplitudeJan = 6.4;
AGM_TempAmplitudeJul = 9.2;
};
class Altis: CAWorld {
AGM_TempMeanJan = 7.4;
AGM_TempMeanJul = 25.9;
AGM_TempAmplitudeJan = 6.4;
AGM_TempAmplitudeJul = 9.2;
};
};