home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 145 / MOBICLIC145.ISO / pc / DATA / DSS145 / DSS145_10 / DSS145_10.swf / scripts / dss145_10 / Question.as < prev    next >
Text File  |  2012-07-18  |  305b  |  21 lines

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