コード例 #1
0
 void OnDestroy()
 {
     sharedInstance = null;
     EventBroadcaster.Instance.RemoveObserver(EventNames.ON_PICTURE_CLICKED);
 }
コード例 #2
0
 void Awake()
 {
     sharedInstance = this;
 }