12 lines
		
	
	
		
			227 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			227 B
		
	
	
	
		
			C#
		
	
	
	
| 
								 | 
							
								using UnityEngine;
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								namespace ES3Internal
							 | 
						|||
| 
								 | 
							
								{
							 | 
						|||
| 
								 | 
							
									public class ES3DefaultSettings : MonoBehaviour
							 | 
						|||
| 
								 | 
							
									{
							 | 
						|||
| 
								 | 
							
										[SerializeField]
							 | 
						|||
| 
								 | 
							
										public ES3SerializableSettings settings = null;
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
										public bool autoUpdateReferences = true;
							 | 
						|||
| 
								 | 
							
									}
							 | 
						|||
| 
								 | 
							
								}
							 |