SMSMod-CurrencyChanger2/GoofyAhhCustomComponents/Activator.cs
2024-05-02 19:16:26 +02:00

9 lines
197 B
C#

using UnityEngine;
namespace CurrencyChanger2.GoofyAhhCustomComponents
{
public class Activator : MonoBehaviour
{
public void OnDisable() => gameObject.SetActive(true);
}
}