mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-06-27 18:45:11 +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…
x
Reference in New Issue
Block a user