Class ReservedRoomVariables
- java.lang.Object
-
- com.smartfoxserver.v2.entities.variables.ReservedRoomVariables
-
public class ReservedRoomVariables extends java.lang.Object
The class contains static fields that represent names of "reserved" Room Variables. All reserved names start with a dollar sign ( $ )
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RV_GAME_STARTED
Used by the SFSGame Rooms to notify the change in the started/stopped game status
-
Constructor Summary
Constructors Constructor Description ReservedRoomVariables()
-
-
-
Field Detail
-
RV_GAME_STARTED
public static final java.lang.String RV_GAME_STARTED
Used by the SFSGame Rooms to notify the change in the started/stopped game status- See Also:
SFSGame
, Constant Field Values
-
-