蓝图新增logger功能

This commit is contained in:
boyce
2026-03-25 18:24:31 +08:00
parent e6550b6428
commit b371237dde
3 changed files with 64 additions and 18 deletions

View File

@@ -38,6 +38,7 @@ type Graph struct {
graphContext
IBlueprintModule
mapTimerID map[uint64]struct{}
logger IBlueprintLogger
}
type graphContext struct {