9 lines
177 B
Ucode
9 lines
177 B
Ucode
class ICCME_Event_DeathMatch_Glory_KillSpree extends ICCME_Event_DeathMatch_GloryBase;
|
|
|
|
var int SpreeLevel;
|
|
|
|
function doLog()
|
|
{
|
|
super.doLog();
|
|
log("SpreeLevel:"@SpreeLevel);
|
|
} |