Class MelonEvent<T1, T2>
Inherited Members
Namespace: RedLoader
Assembly: RedLoader.dll
Syntax
public class MelonEvent<T1, T2> : MelonEventBase<LemonAction<T1, T2>>
Type Parameters
Name | Description |
---|---|
T1 | |
T2 |
Constructors
MelonEvent(bool)
Declaration
public MelonEvent(bool oneTimeUse = false)
Parameters
Type | Name | Description |
---|---|---|
bool | oneTimeUse |
Methods
Invoke(T1, T2)
Declaration
public void Invoke(T1 arg1, T2 arg2)
Parameters
Type | Name | Description |
---|---|---|
T1 | arg1 | |
T2 | arg2 |