Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification uint8
const ( NotifyCreate Notification = iota NotifyDelete NotifyMovement NotifyOutOfRange )
type Observer ¶
type Observer interface {
Notify(notif Notification, object sync.WorldObject, args ...any)
}
type Subscriber ¶
type Subscriber interface {
}
Click to show internal directories.
Click to hide internal directories.