10 lines
190 B
Ucode
10 lines
190 B
Ucode
class ICCME_Event_DeathMatch_Glory_MultiKill extends ICCME_Event_DeathMatch_GloryBase;
|
|
|
|
var int MultiKillLevel;
|
|
|
|
|
|
function doLog()
|
|
{
|
|
super.doLog();
|
|
log("MultiKillLevel:"@MultiKillLevel);
|
|
} |