namespace LobbyServerDto { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, AllowMultiple = false, Inherited = false)] public class LobbyMessageAttribute : Attribute { } }