Ejemplo n.º 1
0
 public ServerListPanel() : base(nameof(ServerListPanel), 3)
 {
     animator = new CenterAnimation(this, Helper.GetScreenMiddle(Style.WindowWidth, Style.WindowHeight));
 }
Ejemplo n.º 2
0
 public CharacterSelectionPanel() : base(nameof(CharacterSelectionPanel), 370)
 {
     animator = new CenterAnimation(this, Helper.GetScreenMiddle(Style.WindowWidth, Style.WindowHeight));
 }