home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 161 / MOBICLIC161.ISO / pc / DATA / DSS161 / DSS161_00 / DSS161_00.swf / scripts / dss161 / engineaddons / gamesprotos / IElementBase.as < prev   
Text File  |  2014-01-15  |  247b  |  14 lines

  1. package dss161.engineaddons.gamesprotos
  2. {
  3.    public interface IElementBase
  4.    {
  5.        
  6.       
  7.       function get sleep() : Function;
  8.       
  9.       function get wake() : Function;
  10.       
  11.       function get destroy() : Function;
  12.    }
  13. }
  14.