Vixen
caa30e12
csharp
public sealed class ChatLibrary

Every chat channel a build knows, compiled once.

Read the guide page for this →

Fields and properties (3)

  • public static ChatLibrary Empty

    A library with no channels in it.

  • public IEnumerable<ChatChannel> Channels

    Every channel, in address order.

  • public IReadOnlyList<string> Problems

    What did not resolve, and what a definition said that cannot be true at once.

Methods (3)

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