feat: Project preready

This commit is contained in:
ereshk1gal
2025-10-01 01:42:16 +03:00
parent 06cb66624c
commit 504f03bd32
37 changed files with 1671 additions and 147 deletions

View File

@@ -5,7 +5,7 @@ public class MissionSkillReward
public Guid Id { get; set; }
public Guid MissionId { get; set; }
public Mission Mission { get; set; } = null!;
public long SkillId { get; set; }
public Guid SkillId { get; set; } // changed from long
public Skill Skill { get; set; } = null!;
public int Value { get; set; }
}