예제 #1
0
 public ioShipComputer(ioPlayer player)
 {
     this.player = player;
 }
예제 #2
0
 public ioHUD(int width, int height, ioPlayer player)
 {
     this.Width  = width;
     this.Height = height;
     this.Player = player;
 }