Add introduction prompt on first run.

This commit is contained in:
Paul Chote
2020-01-26 12:11:45 +00:00
committed by abcdefg30
parent e8df28c518
commit e6c1356d59
6 changed files with 696 additions and 31 deletions

View File

@@ -241,6 +241,9 @@ namespace OpenRA
public bool FetchNews = true;
[Desc("Version of introduction prompt that the player last viewed.")]
public int IntroductionPromptVersion = 0;
public MPGameFilters MPGameFilters = MPGameFilters.Waiting | MPGameFilters.Empty | MPGameFilters.Protected | MPGameFilters.Started;
}