Regenerated code files
This commit is contained in:
@@ -219,10 +219,10 @@ public class Reader {
|
||||
throw new NotSupportedException($"Unknown type \"{attrib.OriginalType}\"");
|
||||
}
|
||||
|
||||
private object? ConvertListField(FileBlock block, FieldInfo field, DNAListAttribute attrib, IntPtr startOffset) {
|
||||
private object? ConvertListField(FileBlock block, FieldInfo field, DNAListAttribute attrib, IntPtr startOffset) {/*
|
||||
IntPtr offset = attrib.MemoryOffset + startOffset;
|
||||
int size = Array.Copy((byte[])block.Body, startOffset+attrib.)
|
||||
var data = new byte[]
|
||||
var data = new byte[]*/
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user