amatt13/BossFight
Split RequestValidator.cs into multiple files with smaller scopes
开放
#32 创建于 2023年3月28日
Back Endgood first issue
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
- Player actions:
- PlayerCanSellWeapon()
- PlayerCanEquipWeapon()
- PlayerCanAttackMonsterWithEquippedWeapon()
- User authentication:
- ValidateUserLoginCredentials()
- Chat messaging:
- ValidateChatMessage()
- ValidateMaxMessageRequestNumberNotExceeded()
- Game mechanics:
- ValidateVoteForMonsterTier()
- Data validation:
- AllValuesAreFilled()
- Database validation:
- PlayerExists()
- PlayerClassExists()
- PlayerIsEligibleForPlayerClassAcquisition()
- PlayerOwnsPlayerClass()