New provider system. Only for people right now

This commit is contained in:
Luke Pulverenti
2014-01-28 13:37:01 -05:00
parent d748967c5d
commit ad82c9f5e9
83 changed files with 3094 additions and 1746 deletions

View File

@@ -12,9 +12,9 @@
public string Name { get; set; }
/// <summary>
/// Gets or sets the priority.
/// Gets or sets the order.
/// </summary>
/// <value>The priority.</value>
public int Priority { get; set; }
/// <value>The order.</value>
public int Order { get; set; }
}
}