10 lines
224 B
Ucode
10 lines
224 B
Ucode
class ICCME_Event_DeathMatch_GloryBase extends ICCME_Event_DeathMatchBase
|
|
abstract;
|
|
|
|
var ICCME_Event_DeathMatch_Kill Relevent_KillEvent;
|
|
|
|
function doLog()
|
|
{
|
|
super.doLog();
|
|
log("Relevent_KillEvent:"@Relevent_KillEvent);
|
|
} |