Tanoda
pb_TooltipOverrider.cs
Go to the documentation of this file.
1namespace GILES
2{
4 {
5 public string newTooltip;
6 public override string tooltip { get { return newTooltip; } }
7 }
8}