Skip to content

Commit

Permalink
Add link to command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 18, 2024
1 parent 771c17e commit c705371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rcon.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import (
)

// Client represents a client to a Palword RCON server. Only use [NewClient] to instantiate a client.
//
// Available commands are documented at https://tech.palworldgame.com/settings-and-operation/commands#command-list.
// Not all commands listed there are applicable from RCON.
type Client struct {
address string
password string
Expand Down

0 comments on commit c705371

Please sign in to comment.