forked from BigfootDev/flatbuffers
Update missing C# namespace to Google.FlatBuffers
This commit is contained in:
@@ -4,7 +4,7 @@ namespace NamespaceA
|
||||
{
|
||||
|
||||
using System;
|
||||
using FlatBuffers;
|
||||
using Google.FlatBuffers;
|
||||
|
||||
public sealed class TableInC : Table {
|
||||
public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new TableInC()); }
|
||||
|
||||
Reference in New Issue
Block a user