Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(428, "MStringProperty", 256)]
public struct MStringProperty {
[DNAFieldAttribute(0, "char", "s[255]", "System.Char[]", 255, false, 0)]
public class MStringProperty {
[DNAFieldAttribute(255, "char", 0, "s[255]", "System.Char[]", false, 0)]
public char[] s = new System.Char[255];
[DNAFieldAttribute(1, "char", "s_len", "char", 1, false, 255)]
[DNAFieldAttribute(1, "char", 1, "s_len", "char", false, 255)]
public char s_len;
public MStringProperty() {
this.s = default;