diff --git a/server/business/entity/entity.lua b/server/business/entity/entity.lua index f1f0204e..977a66eb 100644 --- a/server/business/entity/entity.lua +++ b/server/business/entity/entity.lua @@ -33,6 +33,10 @@ function Entity:is_resource() return false end +function Entity:can_relive() + return true +end + -- 初始化 function Entity:setup(conf) if not self:load(conf) then