C# Class Data.Events.Abnormality.AbnormalityEvent

Inheritance: Event
Mostrar archivo Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
AbnormalityEvent ( bool inGame, bool active, int priority, int>.Dictionary areaBossBlackList, int>.Dictionary ids, List types, AbnormalityTargetType target, AbnormalityTriggerType trigger, int remainingSecondsBeforeTrigger, int rewarnTimeoutSecounds ) : System

Method Details

AbnormalityEvent() public method

public AbnormalityEvent ( bool inGame, bool active, int priority, int>.Dictionary areaBossBlackList, int>.Dictionary ids, List types, AbnormalityTargetType target, AbnormalityTriggerType trigger, int remainingSecondsBeforeTrigger, int rewarnTimeoutSecounds ) : System
inGame bool
active bool
priority int
areaBossBlackList int>.Dictionary
ids int>.Dictionary
types List
target AbnormalityTargetType
trigger AbnormalityTriggerType
remainingSecondsBeforeTrigger int
rewarnTimeoutSecounds int
return System