first commit
This commit is contained in:
11
Classes/ICCME_Event_TeamGame_Score.uc
Normal file
11
Classes/ICCME_Event_TeamGame_Score.uc
Normal file
@@ -0,0 +1,11 @@
|
||||
class ICCME_Event_TeamGame_Score extends ICCME_Event_TeamGameBase;
|
||||
|
||||
var bool bLeading;
|
||||
var bool bDominating;
|
||||
|
||||
function doLog()
|
||||
{
|
||||
super.doLog();
|
||||
log("bLeading:"@bLeading);
|
||||
log("bDominating:"@bDominating);
|
||||
}
|
||||
Reference in New Issue
Block a user