mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 14:45:51 +03:00
flat_name becomes methodname_flat
This commit is contained in:
parent
9fddcc8be9
commit
6431c546fd
@ -31,7 +31,7 @@ public class Param
|
|||||||
public Param[] Params { get; set; }
|
public Param[] Params { get; set; }
|
||||||
[JsonProperty( PropertyName = "methodname" )]
|
[JsonProperty( PropertyName = "methodname" )]
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
[JsonProperty( PropertyName = "flat_name" )]
|
[JsonProperty( PropertyName = "methodname_flat" )]
|
||||||
public string FlatName { get; set; }
|
public string FlatName { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user