| 
									
										
										
										
											2022-01-26 07:46:33 +00:00
										 |  |  | using System; | 
					
						
							|  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  | using System.ComponentModel; | 
					
						
							|  |  |  | using System.Diagnostics; | 
					
						
							|  |  |  | using SRDebugger; | 
					
						
							|  |  |  | using SRDebugger.Services; | 
					
						
							|  |  |  | using SRF; | 
					
						
							|  |  |  | using SRF.Service; | 
					
						
							|  |  |  | using Debug = UnityEngine.Debug; | 
					
						
							|  |  |  | using Random = UnityEngine.Random; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public partial class SROptions | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2022-02-15 04:29:41 +00:00
										 |  |  |     [Category("功能")] | 
					
						
							|  |  |  |     public void 解锁全部关卡() | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         PlayerData.Instance.UnlockAllLevel(); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2022-01-26 07:46:33 +00:00
										 |  |  | } |