mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
e622b7a391
Added in-game explanation for DefExtension_ModifyMtb effect
7 lines
201 B
C#
7 lines
201 B
C#
namespace RJWSexperience.Ideology.Precepts
|
|
{
|
|
public class DefExtension_ModifyNecroMtb : DefExtension_ModifyMtb
|
|
{
|
|
protected override string TipTemplateKey => "RSI_PreceptTipModifyNecroMtb";
|
|
}
|
|
}
|