mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
one one more profile => collection
This commit is contained in:
parent
66026bbc3e
commit
3d057c4e35
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public abstract class ProfileModel
|
||||||
/// Gets or sets the name of the profile.
|
/// Gets or sets the name of the profile.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonProperty("n")]
|
[JsonProperty("n")]
|
||||||
public string Name { get; set; } = "New Profile";
|
public string Name { get; set; } = "New Collection";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Deserialize a profile into a model.
|
/// Deserialize a profile into a model.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue