docs: 全局脚本补充文档注释(14 个文件 29 处)
This commit is contained in:
@@ -10,6 +10,7 @@ signal buildings_changed
|
||||
var buildings: Array[Building] = []
|
||||
|
||||
|
||||
## 挂接每日推进信号,结算建筑产出。
|
||||
func _ready() -> void:
|
||||
# 每日推进时结算各建筑产出
|
||||
TimeSystem.day_passed.connect(_on_day_passed)
|
||||
|
||||
Reference in New Issue
Block a user