mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Unified Cum-Genes and made them configurable
This commit is contained in:
parent
7339bd41a1
commit
832c3aa0b8
8 changed files with 66 additions and 90 deletions
14
Source/Common/Defs/MultiplierExtension.cs
Normal file
14
Source/Common/Defs/MultiplierExtension.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
|
||||
namespace RJW_Genes
|
||||
{
|
||||
public class MultiplierExtension : DefModExtension
|
||||
{
|
||||
public float multiplier;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue