Ejemplo n.º 1
0
 public DrawableGameComponent(DrawableScreen game) : base(game)
 {
     SetVisible(true);
 }
Ejemplo n.º 2
0
		public DrawableGameComponent(DrawableScreen game):base(game){
			
			SetVisible(true);
		}
Ejemplo n.º 3
0
 public GameComponent(DrawableScreen game)
 {
     _game = game;
     SetEnabled(true);
 }