Marks that this class, whenever instantiated, should be an event subscriber. Note: This decorator should only be used on classes with instances that will always need to be subscribed. IE don't use this on UI stuff. Mods should never need this. Note: This is incompatible with @Bind decorators.
Marks that this class, whenever instantiated, should be an event subscriber.
Note: This decorator should only be used on classes with instances that will always need to be subscribed. IE don't use this on UI stuff. Mods should never need this.
Note: This is incompatible with
@Bind
decorators.