Files
taptap2024_GJ_chidouren/Assets/Scripts/System/RandomPool/PoolLogger/IRandomLog.cs
2024-10-16 00:03:41 +08:00

7 lines
98 B
C#

namespace System.RandomPool.PoolLogger
{
public interface IRandomLog
{
}
}