Generated new code and added initial data handling
This commit is contained in:
@@ -17,6 +17,9 @@ namespace BlendFile.DNA {
|
||||
public struct SessionUID {
|
||||
[DNAFieldAttribute(0, "uint64_t", "uid_", 8)]
|
||||
public ulong uid_;
|
||||
public SessionUID() {
|
||||
this.uid_ = default;
|
||||
}
|
||||
public SessionUID(ulong uid_) {
|
||||
this.uid_ = uid_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user