mirror of
				https://github.com/DerTyp7/defrain-shooter-unity.git
				synced 2025-10-30 21:17:09 +01:00 
			
		
		
		
	CHANGED TO MIRROR
This commit is contained in:
		
							
								
								
									
										13
									
								
								Assets/Mirror/Editor/Weaver/Logger.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								Assets/Mirror/Editor/Weaver/Logger.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| using Mono.CecilX; | ||||
|  | ||||
| namespace Mirror.Weaver | ||||
| { | ||||
|     // not static, because ILPostProcessor is multithreaded | ||||
|     public interface Logger | ||||
|     { | ||||
|         void Warning(string message); | ||||
|         void Warning(string message, MemberReference mr); | ||||
|         void Error(string message); | ||||
|         void Error(string message, MemberReference mr); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187