mirror of
				https://github.com/MaddyThorson/StrawberryBF.git
				synced 2025-10-31 01:01:32 +08:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			296 B
		
	
	
	
		
			Beef
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			296 B
		
	
	
	
		
			Beef
		
	
	
	
	
	
|   | using System.Collections.Generic; | ||
|  | 
 | ||
|  | namespace Strawberry | ||
|  | { | ||
|  | 	public class Batcher | ||
|  | 	{ | ||
|  | 		List<Batch> batchStack = new System.Collections.List<Batch>() ~ DeleteContainerAndItems!(_);  | ||
|  | 
 | ||
|  | 		Batch top => batchStack.Count > 0 ? batchStack[batchStack.Count - 1] : null; | ||
|  | 
 | ||
|  | 		private class Batch | ||
|  | 		{ | ||
|  | 
 | ||
|  | 		} | ||
|  | 	} | ||
|  | } |