mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-05-06 20:53:42 +02:00
Initial commit
This commit is contained in:
12
src/Models/Entities/EntityIUserMainQuestFlowStatus.cs
Normal file
12
src/Models/Entities/EntityIUserMainQuestFlowStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using MariesWonderland.Models.Type;
|
||||
|
||||
namespace MariesWonderland.Models.Entities;
|
||||
|
||||
public class EntityIUserMainQuestFlowStatus : IUserEntity
|
||||
{
|
||||
public long UserId { get; set; }
|
||||
|
||||
public QuestFlowType CurrentQuestFlowType { get; set; }
|
||||
|
||||
public long LatestVersion { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user