projects
/
Valheim
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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(); }