コード例 #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;
 }
コード例 #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)
 {
 }