Exemple #1
0
 public override void Load()
 {
     if (Instance == null || Instance != this)
     {
         Instance = this;
     }
 }
Exemple #2
0
 public TheMasks()
 {
     Instance = this;
 }