first commit

This commit is contained in:
cclecle
2023-05-24 17:01:45 +01:00
commit 1abe3efd36
59 changed files with 702 additions and 0 deletions

View 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);
}