namespace Robust.Shared.GameObjects; /// /// Raised directed on an entity when the map is initialized. /// [ComponentEvent(Exclusive = false)] public sealed class MapInitEvent : EntityEventArgs { }