示例#1
0
        public void prepareUGC(string name, string description, string path, string preview, string change, ESteamUGCType type, string tag, ESteamUGCVisibility visibility)
        {
            bool verified = File.Exists(path + "/Skin.kvt");

            this.prepareUGC(name, description, path, preview, change, type, tag, visibility, verified);
        }