Add player onboarding and tactical viewer updates
This commit is contained in:
@@ -4,5 +4,7 @@ public interface IPlayerIdentityResolver
|
||||
{
|
||||
Guid? GetCurrentPlayerId();
|
||||
Guid GetRequiredPlayerId();
|
||||
Guid? GetEffectivePlayerId();
|
||||
Guid GetRequiredEffectivePlayerId();
|
||||
bool CanAccessGm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user