暂存
This commit is contained in:
19
Source/WulaFallenEmpire/CustomUIDef.cs
Normal file
19
Source/WulaFallenEmpire/CustomUIDef.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Collections.Generic;
|
||||
using Verse;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
public class CustomUIDef : Def
|
||||
{
|
||||
public string portraitPath;
|
||||
public string characterName;
|
||||
public new string description;
|
||||
public List<CustomUIOption> options;
|
||||
}
|
||||
|
||||
public class CustomUIOption
|
||||
{
|
||||
public string label;
|
||||
public List<Effect> effects;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user