Custom room props: Custom objects ok?

Options
Sure I can make "G" for Game Mode and have a string with the name of the mode, or something simple like "isSomething" that's a bool.

....can I use a custom class object?

class x {
string somethingStr = "this is it";
bool somethingBool = true;
};

Comments