vRp.CD2g_test/game/doc.go

11 lines
560 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package game 定义了通用游戏相关的接口
// - actor.go游戏通用对象接口定义
// - aoi2d.go基于2D的感兴趣领域(Area Of Interest)接口定义
// - aoi2d_entity.go基于2D的感兴趣领域(Area Of Interest)对象接口定义
// - attrs.go游戏属性接口定义属性通常为直接读取配置是否合理暂不清晰目前不推荐使用
// - fsm.go有限状态机接口定义
// - fsm_state.go有限状态机状态接口定义
//
// 其中 builtin 包内包含了内置的实现
package game