diff options
Diffstat (limited to 'tests/MyGame/Example/Ability.cs')
-rw-r--r-- | tests/MyGame/Example/Ability.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/MyGame/Example/Ability.cs b/tests/MyGame/Example/Ability.cs index 1db6a025..bd49ccd9 100644 --- a/tests/MyGame/Example/Ability.cs +++ b/tests/MyGame/Example/Ability.cs @@ -47,7 +47,9 @@ public struct Ability : IFlatbufferObject public class AbilityT { + [Newtonsoft.Json.JsonProperty("id")] public uint Id { get; set; } + [Newtonsoft.Json.JsonProperty("distance")] public uint Distance { get; set; } public AbilityT() { |