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()