Add "async" hint distribution

This commit is contained in:
espeon65536
2021-09-07 18:59:22 -05:00
committed by Fabian Dill
parent 890f71a477
commit f39defbe06
2 changed files with 31 additions and 0 deletions

View File

@@ -506,6 +506,7 @@ class HintDistribution(Choice):
option_tournament = 6
option_useless = 7
option_very_strong = 8
option_async = 9
class TextShuffle(Choice):