home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / CrossingCup.swf / scripts / __Packages / com / bourre / log / LogChannel.as < prev    next >
Text File  |  2007-12-11  |  131b  |  8 lines

  1. class com.bourre.log.LogChannel extends com.bourre.events.EventType
  2. {
  3.    function LogChannel(s)
  4.    {
  5.       super(s);
  6.    }
  7. }
  8.