home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / com / Rating / RatingItem.as next >
Encoding:
Text File  |  2010-06-23  |  209 b   |  14 lines

  1. package com.Rating
  2. {
  3.    import com.Primitives.PrimitiveStar;
  4.    
  5.    public class RatingItem extends PrimitiveStar
  6.    {
  7.       public function RatingItem()
  8.       {
  9.          super();
  10.       }
  11.    }
  12. }
  13.  
  14.