Ejemplo n.º 1
0
	void Start()
	{
		if (instance == null) {
			instance = new RitualEffect();
		} else {
			Destroy(this);
		}
	}
Ejemplo n.º 2
0
	void Start()
	{
		if (instance == null) {
			instance = this;
		} else {
			Destroy(this);
		}
	}