Gui Open Event
Represents an event triggered when a GUI is opened for a player.
This event is fired when a player opens a GUI. It contains information about the player and the GuiBuilder that represents the opened GUI.
Parameters
player
The player who opened the GUI.
gui
The GuiBuilder that represents the GUI being opened.