예제 #1
0
파일: MinimapIcon.cs 프로젝트: fnuecke/LD41
 private void OnDisable()
 {
     Minimap.Remove(this);
 }
예제 #2
0
 private void OnDisable()
 {
     s_Instance = null;
 }
예제 #3
0
파일: MinimapIcon.cs 프로젝트: fnuecke/LD41
 private void OnEnable()
 {
     Minimap.Add(this);
 }