first commit
This commit is contained in:
14
Classes/ICCME_Event_Game_TimeLimit.uc
Normal file
14
Classes/ICCME_Event_Game_TimeLimit.uc
Normal file
@@ -0,0 +1,14 @@
|
||||
class ICCME_Event_Game_TimeLimit extends ICCME_Event_GameBase;
|
||||
|
||||
var int RemainingTime;
|
||||
|
||||
function doLog()
|
||||
{
|
||||
super.doLog();
|
||||
log("RemainingTime:"@RemainingTime);
|
||||
}
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
RemainingTime=300
|
||||
}
|
||||
Reference in New Issue
Block a user