mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:37:37 +02:00
Better tooltip
This commit is contained in:
@ -11,7 +11,7 @@ namespace RhythmHeavenMania.Editor
|
||||
|
||||
private void Start()
|
||||
{
|
||||
Tooltip.instance.AddTooltip(this.gameObject, this.gameObject.name);
|
||||
Tooltip.AddTooltip(this.gameObject, this.gameObject.name);
|
||||
}
|
||||
|
||||
public void OnClick()
|
||||
|
Reference in New Issue
Block a user