mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 15:18:07 +03:00
flat_name becomes methodname_flat
This commit is contained in:
parent
9fddcc8be9
commit
6431c546fd
@ -31,7 +31,7 @@ namespace Generator
|
||||
public Param[] Params { get; set; }
|
||||
[JsonProperty( PropertyName = "methodname" )]
|
||||
public string Name { get; set; }
|
||||
[JsonProperty( PropertyName = "flat_name" )]
|
||||
[JsonProperty( PropertyName = "methodname_flat" )]
|
||||
public string FlatName { get; set; }
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user