Initial commit
This commit is contained in:
commit
0afdc1d02f
93 changed files with 2453 additions and 0 deletions
9
GoofyAhhCustomComponents/Activator.cs
Normal file
9
GoofyAhhCustomComponents/Activator.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace CurrencyChanger2.GoofyAhhCustomComponents
|
||||
{
|
||||
public class Activator : MonoBehaviour
|
||||
{
|
||||
public void OnDisable() => gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue