/// <summary>Instantiate PlayerCrew and EnemyCrew</summary> /// <param name="_currentUserSession">The Client SessionTokens, permit to check if he is still Authenticated</param> /// UPDATED 13/06/2020 public void setPlayerFight(UserSession _currentUserSession) { OnSessionExpiredRenewTokens(_currentUserSession); player.SetFight(id); }