mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
382 B
C++
20 lines
382 B
C++
|
class GVAR(AttackProfiles) {
|
||
|
class LIN {
|
||
|
name = "";
|
||
|
visualName = "";
|
||
|
description = "";
|
||
|
|
||
|
functionName = QFUNC(attackProfile_LIN);
|
||
|
};
|
||
|
};
|
||
|
|
||
|
class GVAR(SeekerTypes) {
|
||
|
class SALH {
|
||
|
name = "";
|
||
|
visualName = "";
|
||
|
description = "";
|
||
|
|
||
|
functionName = QFUNC(seekerType_SALH);
|
||
|
};
|
||
|
};
|