Allow mods to customize application title.

This commit is contained in:
Matthias Mailänder
2021-07-16 15:39:21 +02:00
committed by abcdefg30
parent 3a8957c6f3
commit f08a0b113e
8 changed files with 17 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ namespace OpenRA
public string Version;
public string Website;
public string WebIcon32;
public string WindowTitle;
public bool Hidden;
}