diff options
| author | 2024-06-30 09:08:19 +0800 | |
|---|---|---|
| committer | 2024-06-30 09:08:19 +0800 | |
| commit | 11f4bffa9934838198330be7deafb04151ea00b9 (patch) | |
| tree | 4c5fa5d63e7534744e8272623439ba628b545459 /examples | |
| parent | 130cf84894edc4fe30ec1c98d49659d06d665eb1 (diff) | |
| download | HydroRollCore-11f4bffa9934838198330be7deafb04151ea00b9.tar.gz HydroRollCore-11f4bffa9934838198330be7deafb04151ea00b9.zip | |
chore(examples): remove commented code
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/COC7/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/COC7/__init__.py b/examples/COC7/__init__.py index f9d4949..baea4c7 100644 --- a/examples/COC7/__init__.py +++ b/examples/COC7/__init__.py @@ -15,7 +15,7 @@ class COC7(Rule): attr: Attributes = Depends() # 必须实现一个继承自 Character.Attribute 的子类 wiki: Wiki = Depends() # 可选实现一个 Wiki 类 - # @core.event_post_processor_hook + @core.event_post_processor_hook async def auto_card(self): if self.session and self.session.gid and self.ac: if hasattr(self.pc.trans, "生命") or hasattr(self.pc.trans, "理智"): |
