mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:37:37 +02:00
Persistent Settings (#234)
* modularize tabs-style menus * make remix properties use modular design * add persistent settings
This commit is contained in:
@ -9,7 +9,7 @@ namespace HeavenStudio.Editor
|
||||
{
|
||||
public class TabButton : MonoBehaviour
|
||||
{
|
||||
[SerializeField] GameObject Content;
|
||||
public GameObject Content;
|
||||
|
||||
public void OnClick()
|
||||
{
|
||||
|
Reference in New Issue
Block a user