mirror of
				https://gitgud.io/c0ffeeeeeeee/rjw-events.git
				synced 2024-08-14 23:57:42 +00:00 
			
		
		
		
	ideology compatibility
This commit is contained in:
		
							parent
							
								
									bc23c0d62f
								
							
						
					
					
						commit
						61fa2feb26
					
				
					 6 changed files with 51 additions and 1 deletions
				
			
		
							
								
								
									
										22
									
								
								Source/DefOfs/OrgyDutyDefOf.cs
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Source/DefOfs/OrgyDutyDefOf.cs
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
using RimWorld;
 | 
			
		||||
using System;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
using System.Text;
 | 
			
		||||
using System.Threading.Tasks;
 | 
			
		||||
using Verse.AI;
 | 
			
		||||
 | 
			
		||||
namespace RJW_Events
 | 
			
		||||
{
 | 
			
		||||
    [DefOf]
 | 
			
		||||
    public static class OrgyDutyDefOf
 | 
			
		||||
    {
 | 
			
		||||
        static OrgyDutyDefOf()
 | 
			
		||||
        {
 | 
			
		||||
            DefOfHelper.EnsureInitializedInCtor(typeof(DutyDefOf));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public static DutyDef Orgy;
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue