Set one or more Room Variable
The vars parameter requires a Map of RoomVariables where the key is the
variable name and the value is the RoomVariable object.
SimpleDbExtension.java
This example is the java translation of the dbExtension Actionscript Example
found in the sfsExtensions/ folder
For further details you should read the tutorial 8.3 of the SmartFoxServer documentation
Switch a spectator into a player, if possible (game rooms only)
For more details about switching spectators to players you should check the SmartFoxTris game example.