Initialize repository
Added basic info to get in game for like...August 2016 ;-; It's not much but it's a start
This commit is contained in:
10
RecRoomArchive.Models/API/Config/DailyObjective.cs
Normal file
10
RecRoomArchive.Models/API/Config/DailyObjective.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace RecRoomArchive.Models.API.Config
|
||||
{
|
||||
public class DailyObjective
|
||||
{
|
||||
[JsonPropertyName(name: "type")] public ObjectiveType Type { get; set; }
|
||||
[JsonPropertyName(name: "score")] public int Score { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user