예제 #1
0
파일: UICursor.cs 프로젝트: gloowa/mstest
 private void OnDestroy()
 {
     instance = null;
 }
예제 #2
0
파일: UICursor.cs 프로젝트: gloowa/mstest
 private void Awake()
 {
     instance = this;
 }