mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-05-07 13:13:41 +02:00
Initial commit
This commit is contained in:
16
src/Models/Entities/EntityIUserExtraQuestProgressStatus.cs
Normal file
16
src/Models/Entities/EntityIUserExtraQuestProgressStatus.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using MariesWonderland.Models.Type;
|
||||
|
||||
namespace MariesWonderland.Models.Entities;
|
||||
|
||||
public class EntityIUserExtraQuestProgressStatus : IUserEntity
|
||||
{
|
||||
public long UserId { get; set; }
|
||||
|
||||
public int CurrentQuestId { get; set; }
|
||||
|
||||
public int CurrentQuestSceneId { get; set; }
|
||||
|
||||
public int HeadQuestSceneId { get; set; }
|
||||
|
||||
public long LatestVersion { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user