Class GetBeamablePlayerAuthStrategy
Inheritance
GetBeamablePlayerAuthStrategy
Assembly: cs.temp.dll.dll
Syntax
public class GetBeamablePlayerAuthStrategy : GetPlayerAuthStrategy
Constructors
GetBeamablePlayerAuthStrategy(Gameplay.Beamable)
Declaration
public GetBeamablePlayerAuthStrategy(Gameplay.Beamable beamable)
Parameters
Type |
Name |
Description |
Gameplay.Beamable |
beamable |
|
Fields
_beamable
Declaration
protected Gameplay.Beamable _beamable
Field Value
Type |
Description |
Gameplay.Beamable |
|
Methods
GetAuthStatus()
Declaration
public override PlayerAuthStatus GetAuthStatus()
Returns
Overrides