Add player onboarding and tactical viewer updates
This commit is contained in:
@@ -6,7 +6,10 @@ public sealed class PlayerFactionRuntime
|
||||
{
|
||||
public required string Id { get; init; }
|
||||
public required string Label { get; set; }
|
||||
public string? PersonaName { get; set; }
|
||||
public string? RaceId { get; set; }
|
||||
public required string SovereignFactionId { get; set; }
|
||||
public bool RequiresOnboarding { get; set; } = true;
|
||||
public string Status { get; set; } = "active";
|
||||
public DateTimeOffset CreatedAtUtc { get; set; } = DateTimeOffset.UtcNow;
|
||||
public DateTimeOffset UpdatedAtUtc { get; set; } = DateTimeOffset.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user