예제 #1
0
 public Button(MainClass game, string text) : base(game)
 {
     Image = TextureTools.TextureButton;
     Text  = text;
 }
예제 #2
0
파일: GameState.cs 프로젝트: antonijn/7dfps
 protected GameState(MainClass game)
 {
     Game = game;
 }