feat: Fixed errors
This commit is contained in:
11
LctMonolith/Models/MissionCompetencyReward.cs
Normal file
11
LctMonolith/Models/MissionCompetencyReward.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace LctMonolith.Models;
|
||||
|
||||
public class MissionCompetencyReward
|
||||
{
|
||||
public Guid MissionId { get; set; }
|
||||
public Mission Mission { get; set; } = null!;
|
||||
public Guid CompetencyId { get; set; }
|
||||
public Competency Competency { get; set; } = null!;
|
||||
public int LevelDelta { get; set; }
|
||||
public int ProgressPointsDelta { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user