home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 145 / MOBICLIC145.ISO / pc / DATA / DSS145 / DSS145_12 / DSS145_12.swf / scripts / dss145_12 / Reponse.as < prev   
Text File  |  2012-07-19  |  301b  |  21 lines

  1. package dss145_12
  2. {
  3.    public class Reponse
  4.    {
  5.        
  6.       
  7.       public var no:int;
  8.       
  9.       public var idLM:String;
  10.       
  11.       public var text:String;
  12.       
  13.       public var good:Boolean;
  14.       
  15.       public function Reponse()
  16.       {
  17.          super();
  18.       }
  19.    }
  20. }
  21.