Skip to content

Commit

Permalink
doc: Add missing property documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic committed Dec 19, 2023
1 parent 1059883 commit 9921afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/com/github/rushyverse/api/gui/GUI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class GUIClosedException(message: String) : GUIException(message)

/**
* Exception thrown when the GUI is updating.
* @property client Client for which the GUI is updating.
*/
public class GUIUpdatedException(public val client: Client) :
GUIException("GUI updating for client ${client.playerUUID}")
Expand Down

0 comments on commit 9921afd

Please sign in to comment.