Skip to content

ChangeRoomName

Ta Van Dung edited this page Jun 18, 2016 · 1 revision
context.command(ChangeRoomName.class)
            .name("new name")
            .owner(user) // optional
            .room(room)
            .execute();

Hello World

Clone this wiki locally