home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / xwung.swf / scripts / com / kongregate / as3 / client / events / KongregateEvent.as
Encoding:
Text File  |  2008-09-03  |  337 b   |  17 lines

  1. package com.kongregate.as3.client.events
  2. {
  3.    import flash.events.Event;
  4.    
  5.    public class KongregateEvent extends Event
  6.    {
  7.       
  8.       public static const COMPLETE:String = "component_api_available";
  9.        
  10.       
  11.       public function KongregateEvent(param1:String)
  12.       {
  13.          super(param1);
  14.       }
  15.    }
  16. }
  17.