class ICCME_Event_TeamGameBase extends ICCME_EventBase abstract; var TeamInfo ti; function doLog() { super.doLog(); log("ti:"@ti); }