8 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace TanksServer.Models;
 | 
						|
 | 
						|
public class HostConfiguration
 | 
						|
{
 | 
						|
    public bool EnableServicePointDisplay { get; set; } = true;
 | 
						|
 | 
						|
    public int ServicePointDisplayMinFrameTimeMs { get; set; } = 25;
 | 
						|
}
 |