class ICCME_Event_Game_PlayerJoin extends ICCME_Event_GameBase; var ICCME_Stats_Player ReleventPlayerStats; var bool bIsSpectating; var bool bIsABot; var bool bIsReconnect; function doLog() { super.doLog(); log("bIsSpectating:"@bIsSpectating); log("bIsABot:"@bIsABot); log("bIsReconnect:"@bIsReconnect); }