Files
UT99-Mod-IChaChaMutEngine/Classes/ICCME_Event_CTFGame_PlayerKillBase.uc
2023-05-24 17:01:45 +01:00

10 lines
222 B
Ucode

class ICCME_Event_CTFGame_PlayerKillBase extends ICCME_Event_CTFGameBase
abstract;
var ICCME_Event_DeathMatch_Kill Revelent_KillEvent;
function doLog()
{
super.doLog();
log("Revelent_KillEvent:"@Revelent_KillEvent);
}