public PliersTool() { Instance = this; }
public static void DestroyInstance() { Instance = null; }
public static void Postfix() { PliersTool.DestroyInstance(); }