diff options
| author | 2024-06-20 03:44:36 +0800 | |
|---|---|---|
| committer | 2024-06-20 03:44:36 +0800 | |
| commit | b3b57d437163d781458329deee9a20d592581695 (patch) | |
| tree | aabf1cfe779265a819696bd0398a6dad3c50a479 | |
| parent | 02dfe519450784f0e60e5076a9c476dda2f50827 (diff) | |
| download | HydroRollCore-b3b57d437163d781458329deee9a20d592581695.tar.gz HydroRollCore-b3b57d437163d781458329deee9a20d592581695.zip | |
Co-authored-by: yuzhe <YUZHEthefool@users.noreply.github.com>
| -rw-r--r-- | examples/BRP/src/__init__.py | 1 | ||||
| -rw-r--r-- | examples/brp_character.py (renamed from examples/BRP/src/character.py) | 0 | ||||
| -rw-r--r-- | hydro_roll_core/rules/__init__.py | 0 | ||||
| -rw-r--r-- | hydro_roll_core/rules/base_rule/__init__.py | 0 |
4 files changed, 0 insertions, 1 deletions
diff --git a/examples/BRP/src/__init__.py b/examples/BRP/src/__init__.py index 8f356b7..e69de29 100644 --- a/examples/BRP/src/__init__.py +++ b/examples/BRP/src/__init__.py @@ -1 +0,0 @@ -__rule_book__ = "BASIC ROLEPLAYING" diff --git a/examples/BRP/src/character.py b/examples/brp_character.py index 9b52aa3..9b52aa3 100644 --- a/examples/BRP/src/character.py +++ b/examples/brp_character.py diff --git a/hydro_roll_core/rules/__init__.py b/hydro_roll_core/rules/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/hydro_roll_core/rules/__init__.py diff --git a/hydro_roll_core/rules/base_rule/__init__.py b/hydro_roll_core/rules/base_rule/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/hydro_roll_core/rules/base_rule/__init__.py |
