public static BoltWarper Instance() { if(theOne == null) { theOne = new BoltWarper(); } return theOne; }
public static BoltWarper Instance() { if (theOne == null) { theOne = new BoltWarper(); } return(theOne); }