static void Init()
    {
        RoomCreator window = (RoomCreator)EditorWindow.GetWindow(typeof(RoomCreator));

        window.Show();
    }