Added missing generated code for C#
Change-Id: I1affced255eb96977119d8480793b5bba42f065f
This commit is contained in:
parent
ccfa317486
commit
cffd187fc7
|
@ -3,8 +3,8 @@
|
||||||
namespace MyGame.Example
|
namespace MyGame.Example
|
||||||
{
|
{
|
||||||
|
|
||||||
using System;
|
using global::System;
|
||||||
using FlatBuffers;
|
using global::FlatBuffers;
|
||||||
|
|
||||||
public struct Ability : IFlatbufferObject
|
public struct Ability : IFlatbufferObject
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue