mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-25 16:18:56 +08:00
Timer empty constructor
This commit is contained in:
parent
3b681a0149
commit
b41ff6078c
|
@ -10,7 +10,7 @@ namespace Strawberry
|
||||||
public Action OnComplete ~ delete _;
|
public Action OnComplete ~ delete _;
|
||||||
public bool RemoveOnComplete;
|
public bool RemoveOnComplete;
|
||||||
|
|
||||||
public this(Action onComplete, bool destroyOnComplete = false)
|
public this(Action onComplete = null, bool destroyOnComplete = false)
|
||||||
{
|
{
|
||||||
OnComplete = onComplete;
|
OnComplete = onComplete;
|
||||||
RemoveOnComplete = destroyOnComplete;
|
RemoveOnComplete = destroyOnComplete;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user