Exemple #1
0
 public void removeListenerAll()
 {
     if (instance == null)
     {
         return;
     }
     instance.Clear();
 }