public Intermediate_15_2()
 {
     if( instance == null ) {
         instance = this;
     }
     else {
         DestroyedEvent();
         Destroy( this );
     }
 }
Exemple #2
0
 public Intermediate_15_2()
 {
     if (instance == null)
     {
         instance = this;
     }
     else
     {
         DestroyedEvent();
         Destroy(this);
     }
 }