Exemplo n.º 1
0
 public WindowItemInfo(int x, int y, int w, int h, string title, EBorderStyle borderStyle, Entity player, HUD parent)
     : base(x, y, w, h, title, borderStyle, player, parent)
 {
     isVisible = false;
 }
Exemplo n.º 2
0
 public WindowPickupItem(int x, int y, int w, int h, string title, EBorderStyle borderStyle, Entity player, HUD parent)
     : base(x, y, w, h, title, borderStyle, player, parent)
 {
 }