summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Decompile/BeforeGamePopUp.cs
blob: 2850f57df4f0fc7d7e79e9dc10100320f84be4da (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

[Serializable]
public class BeforeGamePopUp
{
	public UIFrame uiFrame;

	public bool showInDemoVersion = true;

	public bool showInFullVersion = true;
}