amatt13/BossFight
Split RequestValidator.cs into multiple files with smaller scopes
オープン
#32 opened on 2023/03/28
Back Endgood first issue
Repository metrics
- Stars
- (1 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
- Player actions:
- PlayerCanSellWeapon()
- PlayerCanEquipWeapon()
- PlayerCanAttackMonsterWithEquippedWeapon()
- User authentication:
- ValidateUserLoginCredentials()
- Chat messaging:
- ValidateChatMessage()
- ValidateMaxMessageRequestNumberNotExceeded()
- Game mechanics:
- ValidateVoteForMonsterTier()
- Data validation:
- AllValuesAreFilled()
- Database validation:
- PlayerExists()
- PlayerClassExists()
- PlayerIsEligibleForPlayerClassAcquisition()
- PlayerOwnsPlayerClass()