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

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);
}