mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 19:55:43 +00:00
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