Skip to content

Commit cc72036

Browse files
committed
crystal drops
1 parent 86ddae4 commit cc72036

File tree

8 files changed

+9089
-1892
lines changed

8 files changed

+9089
-1892
lines changed

Assets/ObjectCache.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
using System.Collections;
2+
using System.Collections.Generic;
3+
using UnityEngine;
4+
5+
public class ObjectCache : MonoBehaviour
6+
{
7+
public CrystalMono crystal;
8+
9+
public static ObjectCache Instance;
10+
11+
private void Awake()
12+
{
13+
Instance = this;
14+
}
15+
}

Assets/ObjectCache.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)