mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-05-15 08:43:40 +02:00
Initial commit
This commit is contained in:
14
src/Models/Entities/EntityIUserQuestSceneChoice.cs
Normal file
14
src/Models/Entities/EntityIUserQuestSceneChoice.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using MariesWonderland.Models.Type;
|
||||
|
||||
namespace MariesWonderland.Models.Entities;
|
||||
|
||||
public class EntityIUserQuestSceneChoice : IUserEntity
|
||||
{
|
||||
public long UserId { get; set; }
|
||||
|
||||
public int QuestSceneChoiceGroupingId { get; set; }
|
||||
|
||||
public int QuestSceneChoiceEffectId { get; set; }
|
||||
|
||||
public long LatestVersion { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user