Пример #1
0
 public ServerListPanel() : base(nameof(ServerListPanel), 3)
 {
     animator = new CenterAnimation(this, Helper.GetScreenMiddle(Style.WindowWidth, Style.WindowHeight));
 }
Пример #2
0
 public CharacterSelectionPanel() : base(nameof(CharacterSelectionPanel), 370)
 {
     animator = new CenterAnimation(this, Helper.GetScreenMiddle(Style.WindowWidth, Style.WindowHeight));
 }