initial project commit
This commit is contained in:
14
Habitica.Todoist.Integration.Model/Habitica/TaskType.cs
Normal file
14
Habitica.Todoist.Integration.Model/Habitica/TaskType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Habitica.Todoist.Integration.Model.Habitica
|
||||
{
|
||||
public static class TaskType
|
||||
{
|
||||
public static string Habit = "habit";
|
||||
public static string Daily = "daily";
|
||||
public static string Todo = "todo";
|
||||
public static string Reward = "reward";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user