1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 13:27:20 +08:00

Add: Suffix of Comission Supported

This commit is contained in:
VirtualTowel
2022-08-10 01:00:43 +08:00
parent 4212a87211
commit 33f1b3b349
2 changed files with 3 additions and 0 deletions

View File

@@ -326,6 +326,8 @@ class Commission:
return False
if self.repeat_count != other.repeat_count:
return False
if self.suffix != other.suffix:
return False
return True