BusinessLogic.Tests.UnitTests.LogicTests.AchievementTests.BaseAchievementTests.DescriptionTests.AchievementWithThreeLevels.IsAwardedForThisPlayer C# (CSharp) Méthode

IsAwardedForThisPlayer() public méthode

public IsAwardedForThisPlayer ( int playerId ) : AchievementAwarded
playerId int
Résultat BusinessLogic.Logic.Achievements.AchievementAwarded
            public override AchievementAwarded IsAwardedForThisPlayer(int playerId)
            {
                throw new NotImplementedException();
            }
        }
DescriptionTests.AchievementWithThreeLevels