using Robust.Shared.Serialization; namespace Content.Shared.Language.Events; /// /// Sent from the client to the server when it needs to learn the list of languages its entity knows. /// This event should always be followed by a , unless the client doesn't have an entity. /// [Serializable, NetSerializable] public sealed class RequestLanguagesMessage : EntityEventArgs;