mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-21 19:39:36 +08:00
8 lines
142 B
C#
8 lines
142 B
C#
namespace Oshima.Core.Configs
|
|
{
|
|
public class BlackList
|
|
{
|
|
public static Dictionary<long, long> Times { get; } = [];
|
|
}
|
|
}
|