屏蔽日志
parent
a9ca8ba330
commit
3cb027a09e
|
|
@ -34,7 +34,7 @@ namespace Gameplay.Pool
|
|||
return getResult;
|
||||
}
|
||||
}
|
||||
DebugUtil.LogWarning($"type: {type} not in poolDict, return new T");
|
||||
// DebugUtil.LogWarning($"type: {type} not in poolDict, return new T");
|
||||
return new T();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue