wip: finish converting some more projects
This commit is contained in:
12
Habittodo.Model/Habitica/ChecklistItem.cs
Normal file
12
Habittodo.Model/Habitica/ChecklistItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Habittodo.Model.Habitica
|
||||
{
|
||||
public class ChecklistItem
|
||||
{
|
||||
[JsonProperty("id")]
|
||||
public string Id { get; set; }
|
||||
[JsonProperty("text")]
|
||||
public string Text { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user