|  | IGameMaxPlayers Property | 
[Missing <summary> documentation for "P:Unbroken.LaunchBox.Plugins.Data.IGame.MaxPlayers"]
 Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
 Syntax
Syntaxint? MaxPlayers { get; set; }Property MaxPlayers As Integer?
	Get
	Set
property Nullable<int> MaxPlayers {
	Nullable<int> get ();
	void set (Nullable<int> value);
}abstract MaxPlayers : Nullable<int> with get, set
Property Value
NullableInt32 See Also
See Also