namespace Content.Shared.Language.Events;
///
/// Raised on an entity when its list of languages changes.
///
///
/// This is raised both on the server and on the client.
/// The client raises it broadcast after receiving a new language comp state from the server.
///
public sealed class LanguagesUpdateEvent : EntityEventArgs
{
}