//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; namespace BlendFile.DNA { using BlendFile; [DNAClassAttribute(965, "SpreadsheetColumnID", 8)] public class SpreadsheetColumnID { [DNAFieldAttribute(8, "char", 0, "*name", "char", true, 0)] public char name; public SpreadsheetColumnID() { this.name = default; } public SpreadsheetColumnID(char name) { this.name = name; } } }