first commit
This commit is contained in:
14
Classes/ICCME_Event_Game_PlayerSpawned.uc
Normal file
14
Classes/ICCME_Event_Game_PlayerSpawned.uc
Normal file
@@ -0,0 +1,14 @@
|
||||
class ICCME_Event_Game_PlayerSpawned extends ICCME_Event_GameBase;
|
||||
|
||||
var ICCME_Stats_Player ReleventPlayerStats;
|
||||
|
||||
var bool bIsABot;
|
||||
var bool bIsFirstSpawn;
|
||||
|
||||
function doLog()
|
||||
{
|
||||
super.doLog();
|
||||
log("ReleventPlayerStats:"@ReleventPlayerStats);
|
||||
log("bIsABot:"@bIsABot);
|
||||
log("bIsFirstSpawn:"@bIsFirstSpawn);
|
||||
}
|
||||
Reference in New Issue
Block a user