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

@@ -17,7 +17,7 @@
// To run, use the `csharp_sample.sh` script.
using System;
using FlatBuffers;
using Google.FlatBuffers;
using MyGame.Sample;
class SampleBinary