Interface IHasInteractions
Identifier for types that can host methods with the InteractionAttribute.
Namespace: Eco.Gameplay.Interactions.Interactors
Assembly: Eco.Gameplay.dll
Syntax
public interface IHasInteractions
Remarks
We use heavy reflection in Initialize(), so we use this interface to reduce the scope of reflection to types that implement this.