mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 02:01:29 -07:00
8 lines
158 B
C#
8 lines
158 B
C#
namespace Bloxstrap
|
|
{
|
|
public static class GlobalCache
|
|
{
|
|
public static readonly Dictionary<string, string?> ServerLocation = new();
|
|
}
|
|
}
|