Update missing C# namespace to Google.FlatBuffers

This commit is contained in:
Derek Bailey
2022-12-01 20:04:49 -08:00
parent 00af4e23b3
commit 3b2ced0131
4 changed files with 6 additions and 6 deletions

View File

@@ -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()); }