BusinessLogic.Tests.UnitTests.LogicTests.AchievementTests.BaseAchievementTests.DescriptionTests.AchievementWithNoLevels.IsAwardedForThisPlayer C# (CSharp) Method

IsAwardedForThisPlayer() public method

public IsAwardedForThisPlayer ( int playerId ) : AchievementAwarded
playerId int
return BusinessLogic.Logic.Achievements.AchievementAwarded
            public override AchievementAwarded IsAwardedForThisPlayer(int playerId)
            {
                throw new NotImplementedException();
            }
        }
DescriptionTests.AchievementWithNoLevels