1.更新菜园系统的植物加载体系2.修复冒险中定义的植物与菜园系统脱离的错误
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user