Fix unit info base class (#6430)

This commit is contained in:
PabstMirror 2018-07-13 12:35:56 -05:00 committed by GitHub
parent 5fe82662e5
commit fa7b2ed73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
class RscInGameUI {
class RscUnitInfo;
class RscUnitInfoNoHUD {
onLoad = QUOTE([ARR_2('ace_infoDisplayChanged', [ARR_2(_this select 0, 'Any')])] call CBA_fnc_localEvent;);
};