FlatBuffersSwift
FlatBuffersSwift copied to clipboard
Support new union syntax
union Character {
MuLan: Attacker, // Can have name be different from type.
Rapunzel, // Or just both the same, as before.
Belle: BookReader,
BookFan: BookReader,
Other: string,
Unused: string
}