Exemple #1
0
 public static BoltWarper Instance()
 {
     if(theOne == null)
     {
         theOne = new BoltWarper();
     }
     return theOne;
 }
Exemple #2
0
 public static BoltWarper Instance()
 {
     if (theOne == null)
     {
         theOne = new BoltWarper();
     }
     return(theOne);
 }