8 lines
157 B
C#
8 lines
157 B
C#
|
namespace OpenBirchWebsite.Services
|
|||
|
{
|
|||
|
public class StateContainer
|
|||
|
{
|
|||
|
public readonly Dictionary<int, object> ObjectTunnel = new();
|
|||
|
}
|
|||
|
}
|