summaryrefslogtreecommitdiff
path: root/Valheim_r202102_v0.141.2/Valheim/assembly_valheim/Hoverable.cs
blob: a34009655cdc4db4342745eb44d487f03adf97bd (plain)
1
2
3
4
5
6
public interface Hoverable
{
	string GetHoverText();

	string GetHoverName();
}