Added missing generated code for C#

Change-Id: I1affced255eb96977119d8480793b5bba42f065f
This commit is contained in:
Wouter van Oortmerssen 2017-03-29 11:51:02 -07:00
parent ccfa317486
commit cffd187fc7
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
namespace MyGame.Example
{
using System;
using FlatBuffers;
using global::System;
using global::FlatBuffers;
public struct Ability : IFlatbufferObject
{