Class ClientAPIAttribute
Marks method or class with all it's members as Client API. It prevents it marked as unused and adds semantic about use cases.
Inheritance
System.Object
ClientAPIAttribute
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public class ClientAPIAttribute : Attribute
Constructors
ClientAPIAttribute()
Declaration
public ClientAPIAttribute()