14 lines
204 B
Ucode
14 lines
204 B
Ucode
class ICCME_Event_Game_TimeLimit extends ICCME_Event_GameBase;
|
|
|
|
var int RemainingTime;
|
|
|
|
function doLog()
|
|
{
|
|
super.doLog();
|
|
log("RemainingTime:"@RemainingTime);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
RemainingTime=300
|
|
} |