Esempio n. 1
0
 public GameManager(Game1 g, Camera camera, ReadManager rm, CombatManager com, CollisionManager cm, Variables vars, Interface interfaces)
 {
     this.g          = g;
     this.rm         = rm;
     this.com        = com;
     this.cm         = cm;
     this.vars       = vars;
     this.interfaces = interfaces;
     this.camera     = camera;
 }