ZC
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Verse;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
public class CompProperties_PrefabSpawner : CompProperties
|
||||
{
|
||||
public string prefabDefName;
|
||||
public bool consumesMaterials = true;
|
||||
|
||||
public CompProperties_PrefabSpawner()
|
||||
{
|
||||
compClass = typeof(CompPrefabSpawner);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user