mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 22:28:28 +00:00
support json serialization
This commit is contained in:
@@ -47,7 +47,13 @@ public struct Ability : IFlatbufferObject
|
||||
|
||||
public class AbilityT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("id")]
|
||||
#endif
|
||||
public uint Id { get; set; }
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("distance")]
|
||||
#endif
|
||||
public uint Distance { get; set; }
|
||||
|
||||
public AbilityT() {
|
||||
|
||||
Reference in New Issue
Block a user