csharp
public sealed class ChatLibraryEvery chat channel a build knows, compiled once.
Fields and properties (3)
public static ChatLibrary EmptyA library with no channels in it.
public IEnumerable<ChatChannel> ChannelsEvery channel, in address order.
public IReadOnlyList<string> ProblemsWhat did not resolve, and what a definition said that cannot be true at once.
Methods (3)
public static ChatLibrary Compile(DefinitionCatalog catalog)Compiles everything in a catalog.
public ChatChannel? Find(DefId id)Finds a channel.
public ChatChannel? FindCommand(string? command)Finds a channel by what somebody typed.
Used by (7)
- ContentTestsMmo.Content.Tests
- CoverageTestsMmo.Content.Tests
- MmoLibrariesMmo.Shared
- ChatFilterTestsVixen.Gameplay.Chat.Tests
- ChatLibraryTestsVixen.Gameplay.Chat.Tests
- ChatRouterVixen.Gameplay.Chat
- ChatRouterTestsVixen.Gameplay.Chat.Tests