예제 #1
0
파일: Item.cs 프로젝트: koenbollen/canyon
 public Item(Game game, Display d)
     : base(game)
 {
     this.display = d;
 }
예제 #2
0
 public Crosshair(Game game, Display d)
     : base(game, d)
 {
 }
예제 #3
0
파일: Speed.cs 프로젝트: koenbollen/canyon
 public Speed( Game game, Display d )
     : base(game, d)
 {
 }