Message
Message
new ButtonInfo { buttonText = "Auto Join Room \"RUN\"", method =() =>
RoomJoiners.AutoJoinRoomRUN(), isTogglable = false, toolTip = "Automatically
attempts to connect to room \"RUN\" every 3 seconds until connected." },
new ButtonInfo { buttonText = "Auto Join Room \"DAISY\"", method =() =>
RoomJoiners.AutoJoinRoomDAISY(), isTogglable = false, toolTip = "Automatically
attempts to connect to room \"DAISY\" every 3 seconds until connected." },
new ButtonInfo { buttonText = "Auto Join Room \"DAISY09\"", method =() =>
RoomJoiners.AutoJoinRoomDAISY09(), isTogglable = false, toolTip = "Automatically
attempts to connect to room \"DAISY09\" every 3 seconds until connected." },
new ButtonInfo { buttonText = "Auto Join Room \"PBBV\"", method =() =>
RoomJoiners.AutoJoinRoomPBBV(), isTogglable = false, toolTip = "Automatically
attempts to connect to room \"PBBV\" every 3 seconds until connected." },
new ButtonInfo { buttonText = "Auto Join Room \"BOT\"", method =() =>
RoomJoiners.AutoJoinRoomBOT(), isTogglable = false, toolTip = "Automatically
attempts to connect to room \"BOT\" every 3 seconds until connected." },
},
new ButtonInfo { buttonText = "Grab Bug", method =() => Fun.GrabBug(), toolTip
= "Forces the bug into your hand when holding grip." },
new ButtonInfo { buttonText = "Grab Bat", method =() => Fun.GrabBat(), toolTip
= "Forces the bat into your hand when holding grip." },
new ButtonInfo { buttonText = "Grab Beach Ball", method =() =>
Fun.GrabBeachBall(), toolTip = "Forces the beach ball into your hand when holding
grip." },
new ButtonInfo { buttonText = "Bug Gun", method =() => Fun.BugGun(), toolTip =
"Moves the bug to wherever your hand desires." },
new ButtonInfo { buttonText = "Bat Gun", method =() => Fun.BatGun(), toolTip =
"Moves the bat to wherever your hand desires." },
new ButtonInfo { buttonText = "Beach Ball Gun", method =() =>
Fun.BeachBallGun(), toolTip = "Moves the beach ball to wherever your hand desires."
},