Beispiel #1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="game"></param>
 public MouseProcessor( Game game, UserInterface ui )
 {
     this.Game	=	game;
     this.ui		=	ui;
 }
Beispiel #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="id"></param>
 public Frame(Game game)
 {
     Game = game;
     ui   = Game.GetService <UserInterface>();
     Init(game);
 }