9 lines
214 B
Ucode
9 lines
214 B
Ucode
class ICCME_Event_DeathMatch_Win extends ICCME_Event_DeathMatchBase;
|
|
|
|
var ICCME_Stats_Player_DeathMatch ReleventPlayerStats;
|
|
|
|
function doLog()
|
|
{
|
|
super.doLog();
|
|
log("ReleventPlayerStats:"@ReleventPlayerStats);
|
|
} |