Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct SessionUID {
|
||||
[DNAFieldAttribute(0, "uint64_t", "uid_", 8)]
|
||||
public ulong uid_;
|
||||
public SessionUID(ulong uid_) {
|
||||
this.uid_ = uid_;
|
||||
|
||||
Reference in New Issue
Block a user