mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-01-18 05:08:27 +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 bool RemoveOnComplete;
|
||||
|
||||
public this(Action onComplete, bool destroyOnComplete = false)
|
||||
public this(Action onComplete = null, bool destroyOnComplete = false)
|
||||
{
|
||||
OnComplete = onComplete;
|
||||
RemoveOnComplete = destroyOnComplete;
|
||||
|
Loading…
Reference in New Issue
Block a user