Files
Cielonos/Assets/External VFXs/Piloto Studio/Readme/Scripts/ReadmeBehaviour.cs
SoulliesOfficial 50ee502684 完善
2026-02-13 09:22:11 -05:00

17 lines
313 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace ReadmeSystem
{
[AddComponentMenu("Readme")]
public class ReadmeBehaviour : MonoBehaviour
{
public Readme readme;
[HideInInspector]
public bool showIconInHierarchy = true;
}
}