Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllowerPlayer ¶
type AllowerPlayer struct{}
type DebugActiveClass ¶
type DebugActiveClass struct {
AllowerPlayer
Sub cmd.SubCommand `cmd:"class"`
}
type EnumUserInvitations ¶
type EnumUserInvitations string
func (EnumUserInvitations) Type ¶
func (u EnumUserInvitations) Type() string
type TeamCreate ¶
type TeamCreate struct {
AllowerPlayer
Sub cmd.SubCommand `cmd:"create"`
Name string
}
type TeamInvite ¶
type TeamInvite struct {
AllowerPlayer
Sub cmd.SubCommand `cmd:"invite"`
Target []cmd.Target
}
type TeamJoin ¶
type TeamJoin struct {
AllowerPlayer
Sub cmd.SubCommand `cmd:"join"`
Invitation EnumUserInvitations
}
Click to show internal directories.
Click to hide internal directories.