mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2026-06-18 19:25:59 +00:00
13 lines
247 B
C#
13 lines
247 B
C#
using System.Text;
|
|
|
|
namespace RJWSexperience.Ideology.Precepts
|
|
{
|
|
public interface IPreceptTipPostfix
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
/// <returns>true if tip was modified</returns>
|
|
bool AppendTip(StringBuilder tipBuilder);
|
|
}
|
|
}
|