home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / Beez.swf / scripts / Box2D / Collision / b2BufferedPair.as < prev    next >
Encoding:
Text File  |  2008-09-03  |  251 b   |  17 lines

  1. package Box2D.Collision
  2. {
  3.    public class b2BufferedPair
  4.    {
  5.        
  6.       
  7.       public var proxyId1:uint;
  8.       
  9.       public var proxyId2:uint;
  10.       
  11.       public function b2BufferedPair()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.