9 lines
193 B
Ucode
9 lines
193 B
Ucode
class ICCME_Event_DeathMatch_Glory_HeadHunter extends ICCME_Event_DeathMatch_GloryBase;
|
|
|
|
var int HeadHunterLevel;
|
|
|
|
function doLog()
|
|
{
|
|
super.doLog();
|
|
log("HeadHunterLevel:"@HeadHunterLevel);
|
|
} |