protected override void AppendToolTip(ProTip tip) { string text1 = "CSharp Box"; string text2 = "It realizes dynamic generation and execution of CSharp."; string text3 = "Press <<Q>> to change CSharp Box settings"; tip.Add(new ProTipSegment_TitleSubTitle(text1, text2), Position.First); tip.Add(new ProTipSegment_Text(400, text3)); }
protected override void AppendToolTip(ProTip tip) { base.AppendToolTip(tip); tip.Add(new ProTipSegment_TitleSubTitle("Mod Notifier", "Alert for missing mods"), Position.Middle); tip.InfoOnly = false; }