forked from BigfootDev/flatbuffers
Allow access to underlying ByteBuffer
This commit is contained in:
@@ -22,5 +22,7 @@ namespace FlatBuffers
|
||||
public interface IFlatbufferObject
|
||||
{
|
||||
void __init(int _i, ByteBuffer _bb);
|
||||
|
||||
ByteBuffer ByteBuffer { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user