Update ZNI Library
This commit is contained in:
parent
0638f7e642
commit
eeadcb1959
10 changed files with 753 additions and 388 deletions
|
@ -182,6 +182,15 @@ namespace LibZNI.Serialization.ZNIFile
|
|||
case TagType.STRING:
|
||||
_next = new StringTag();
|
||||
break;
|
||||
case TagType.BYTEARRAY:
|
||||
_next = new ByteArrayTag();
|
||||
break;
|
||||
case TagType.INTARRAY:
|
||||
_next = new IntArrayTag();
|
||||
break;
|
||||
case TagType.LONGARRAY:
|
||||
_next = new LongArrayTag();
|
||||
break;
|
||||
case TagType.END:
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue