Refactor runtime bootstrap and ship control flows
This commit is contained in:
8
apps/backend/Auth/Simulation/IPlayerIdentityResolver.cs
Normal file
8
apps/backend/Auth/Simulation/IPlayerIdentityResolver.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SpaceGame.Api.Auth.Simulation;
|
||||
|
||||
public interface IPlayerIdentityResolver
|
||||
{
|
||||
Guid? GetCurrentPlayerId();
|
||||
Guid GetRequiredPlayerId();
|
||||
bool CanAccessGm();
|
||||
}
|
||||
Reference in New Issue
Block a user