conn

package
v0.0.0-...-cd5db6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PushSync

type PushSync interface {
	IsCellView() bool             //是否格子视野
	IsCanView(rid, x, y int) bool //是否能出现在视野
	BelongToRId() []int           //属于的rid
	PushMsgName() string          //推送名字
	Position() (int, int)         //x, y
	TPosition() (int, int)        //目标x, y
	ToProto() interface{}         //转成proto
	Push()                        //推送
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL