Skip to content

Commit

Permalink
修复消息没有使用对象池的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
egametang committed Nov 20, 2023
1 parent f581eae commit c70cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity/Assets/Scripts/Core/Object/MessageObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace ET
{
public abstract class MessageObject: ProtoObject, IMessage, IDisposable
public abstract class MessageObject: ProtoObject, IMessage, IDisposable, IPool
{
public virtual void Dispose()
{
Expand Down

0 comments on commit c70cb64

Please sign in to comment.