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

@@ -82,7 +82,7 @@ pass to the `GetRootAsMyRootType` function:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cs}
using MyGame.Example;
using FlatBuffers;
using Google.FlatBuffers;
// This snippet ignores exceptions for brevity.
byte[] data = File.ReadAllBytes("monsterdata_test.mon");