Files
taptap2024_GJ_chidouren/Assets/Scripts/System/RandomPool/PoolLogger/IRandomLog.cs

7 lines
98 B
C#
Raw Normal View History

2024-10-16 00:03:41 +08:00
namespace System.RandomPool.PoolLogger
{
public interface IRandomLog
{
}
}