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