1.更新菜园系统的植物加载体系2.修复冒险中定义的植物与菜园系统脱离的错误

This commit is contained in:
2025-11-11 20:31:46 +08:00
parent e949938263
commit 29c1ddef53
6 changed files with 486 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ from .garden_models import (
GARDEN_CROPS,
GardenCropDefinition,
GardenExtraReward,
register_crop,
)
from .garden_service import GardenService
from .garden_plugin_view import WPSGardenView
@@ -15,6 +16,7 @@ __all__ = [
"GardenExtraReward",
"GARDEN_CROPS",
"GardenService",
"register_crop",
"WPSGardenView",
"WPSGardenPlant",
"WPSGardenHarvest",