swiftlys2/docs/api/ai/
API Reference EntitySystem

EntityInputHandlerAttribute`1

Class
Namespace: SwiftlyS2.Shared.EntitySystem · Assembly: SwiftlyS2.CS2.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class EntityInputHandlerAttribute<T> : EntityInputHandlerAttribute where T : class, ISchemaClass<T>
View source

Constructors

EntityInputHandlerAttribute(string)

public EntityInputHandlerAttribute(string inputName)
Parameters