Skip to content

How to update room variables?

Ta Van Dung edited this page Jun 17, 2016 · 2 revisions

#Answer

To update room variables, use command UpdateRoom, example:

 context.command(UpdateRoom.class).room(room).execute();

Hello World

Clone this wiki locally