Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed Aug 30, 2024
1 parent ed502b2 commit 9b3911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/entitylib_misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func CompInterface[FACE any](comp any, fixed bool) _CompAlias {

// Atti 实体原型属性
type Atti struct {
Instance any // 实体类型
Instance any // 实体实例
Scope *ec.Scope // 可访问作用域
AwakeOnFirstAccess *bool // 设置开启组件被首次访问时,检测并调用Awake()
}

0 comments on commit 9b3911f

Please sign in to comment.