diff options
| author | 2024-06-27 21:14:04 +0800 | |
|---|---|---|
| committer | 2024-06-27 21:14:04 +0800 | |
| commit | a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69 (patch) | |
| tree | 8b58231bfc896e546c6716ac0f46a61db43529db /hrc/rules/BaseRule/JudgeRule.py | |
| parent | 94d6725582f862031d6573fa0c7c68f495bcca9c (diff) | |
| download | HydroRollCore-a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69.tar.gz HydroRollCore-a0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69.zip | |
feat(BaseRule): add Character.py
Diffstat (limited to 'hrc/rules/BaseRule/JudgeRule.py')
| -rw-r--r-- | hrc/rules/BaseRule/JudgeRule.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hrc/rules/BaseRule/JudgeRule.py b/hrc/rules/BaseRule/JudgeRule.py deleted file mode 100644 index 20d28a2..0000000 --- a/hrc/rules/BaseRule/JudgeRule.py +++ /dev/null @@ -1,13 +0,0 @@ -import dataclasses -from dataclasses import dataclass -from typing import Literal, Optional, Union - -@dataclass -class Custom(object): - ... - -class Attribute(Custom): - ... - -class Skill(Custom): - ... |
