aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rules/BaseRule/JudgeRule.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-27 21:14:04 +0800
committer简律纯 <i@jyunko.cn>2024-06-27 21:14:04 +0800
commita0ebfdc2cf5f37c40caedcd1dfdcef9660b08f69 (patch)
tree8b58231bfc896e546c6716ac0f46a61db43529db /hrc/rules/BaseRule/JudgeRule.py
parent94d6725582f862031d6573fa0c7c68f495bcca9c (diff)
downloadHydroRollCore-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.py13
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):
- ...