Class EventNameAttribute
- Namespace
- CounterStrikeSharp.API.Core.Attributes
- Assembly
- CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class EventNameAttribute : Attribute
- Inheritance
-
objectEventNameAttribute
- Inherited Members
Constructors
EventNameAttribute(string)
public EventNameAttribute(string name)
Parameters
name
string
Properties
Name
public string Name { get; init; }