Example #1
0
 void Start()
 {
     msInstance = this;
 }
Example #2
0
 void OnDestroy()
 {
     msInstance = null;
 }
Example #3
0
 void Awake()
 {
     Instance = this;
 }