mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Opt: Log SupportCharacter objects
This commit is contained in:
parent
7815697329
commit
083a8cbbc9
@ -25,6 +25,11 @@ class SupportCharacter:
|
||||
# __bool__ is called when use an object of the class in a boolean context
|
||||
return self.button is not None
|
||||
|
||||
def __str__(self):
|
||||
return f'SupportCharacter({self.name})'
|
||||
|
||||
__repr__ = __str__
|
||||
|
||||
def _scale_character(self):
|
||||
"""
|
||||
Returns:
|
||||
|
Loading…
Reference in New Issue
Block a user