Click or drag to resize

MMORoomSettings Constructor

Creates a new MMORoomSettings instance.

Namespace:  Sfs2X.Requests.MMO
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public MMORoomSettings(
	string name
)

Parameters

name
Type: SystemString
The name of the MMORoom to be created.
Remarks
The instance must be passed to the CreateRoomRequest class constructor.
See Also