Changelog. (#3398)

This commit is contained in:
Pieter-Jan Briers
2021-02-25 09:50:45 +01:00
committed by GitHub
parent fdcbece63d
commit cca23f2812
29 changed files with 1082 additions and 78 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Text.RegularExpressions;
using Content.Client.Changelog;
using Content.Client.UserInterface;
using Robust.Client;
using Robust.Client.ResourceManagement;
@@ -309,6 +310,8 @@ namespace Content.Client.State
vBox.AddChild(QuitButton);
vBox.AddChild(new ChangelogButton());
VersionLabel = new Label
{
Text = "v0.1"