mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-23 14:45:24 +00:00
client: basic message parsing, gateway listening
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using ArcaneLibs.Collections;
|
||||
using Spacebar.Models.Generic;
|
||||
|
||||
namespace Spacebar.Client.WebCore.Client;
|
||||
|
||||
public class ClientStateContainer {
|
||||
public ObservableDictionary<long, Guild> Guilds { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user