void Init() { path = System.Environment.CurrentDirectory + "\\BepInEx\\config\\PlanetFactoryData"; ItemNeed = new Dictionary <int, int>(); isInitItem = false; AllData = new List <MyPreBuildData>(); CheckBeltData = new Dictionary <int, Belt>(); Name = string.Empty; Img = new PlanetFactoryImg(); }