5 lines
138 B
C#
5 lines
138 B
C#
namespace Discord.Data
|
|
{
|
|
public delegate DataStore DataStoreProvider(int shardId, int totalShards, int guildCount, int dmCount);
|
|
}
|