示例#1
0
文件: UICursor.cs 项目: gloowa/mstest
 private void OnDestroy()
 {
     instance = null;
 }
示例#2
0
文件: UICursor.cs 项目: gloowa/mstest
 private void Awake()
 {
     instance = this;
 }