From 9b3911f3172f917710991f745c24c09ec0013cde Mon Sep 17 00:00:00 2001 From: pangdogs Date: Fri, 30 Aug 2024 13:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt/entitylib_misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/entitylib_misc.go b/pt/entitylib_misc.go index 46e3d3f..02aafd2 100644 --- a/pt/entitylib_misc.go +++ b/pt/entitylib_misc.go @@ -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() }