diff options
| author | 2025-01-04 22:38:23 +0800 | |
|---|---|---|
| committer | 2025-01-04 22:38:23 +0800 | |
| commit | c990518cb533a793399e44edbb4bc036342c7175 (patch) | |
| tree | 8e2bd0f833b803a73dea7d88e7c294cf3d078d4d /hrc/rule/BaseRule/CharacterCard.py | |
| parent | bc57c1410c08323ba37114082d0fe609fafc2c5d (diff) | |
| download | HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.tar.gz HydroRollCore-c990518cb533a793399e44edbb4bc036342c7175.zip | |
Diffstat (limited to 'hrc/rule/BaseRule/CharacterCard.py')
| -rw-r--r-- | hrc/rule/BaseRule/CharacterCard.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hrc/rule/BaseRule/CharacterCard.py b/hrc/rule/BaseRule/CharacterCard.py deleted file mode 100644 index 2baea48..0000000 --- a/hrc/rule/BaseRule/CharacterCard.py +++ /dev/null @@ -1,17 +0,0 @@ -from dataclasses import dataclass - - -@dataclass -class Custom(object): - """Docstring for Custom.""" - - property: type - - -class Attribute(Custom): ... - - -class Skill(Custom): ... - - -class Information(Custom): ... |
