home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / xwung.swf / scripts / com / lofiminds / gm / GameContext.as < prev    next >
Encoding:
Text File  |  2008-09-03  |  272 b   |  17 lines

  1. package com.lofiminds.gm
  2. {
  3.    public final class GameContext
  4.    {
  5.       
  6.       public static var app:GameApplication;
  7.       
  8.       public static var room:GameRoom;
  9.        
  10.       
  11.       public function GameContext()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.