mirror of
				https://github.com/MaddyThorson/StrawberryBF.git
				synced 2025-11-04 01:41:33 +08:00 
			
		
		
		
	Timer empty constructor
This commit is contained in:
		@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user