From c2166cb67cacf2ec097ab0fb0698f363b0056b05 Mon Sep 17 00:00:00 2001 From: boyce <6549168@qq.com> Date: Wed, 18 Mar 2026 19:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=93=9D=E5=9B=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/blueprint/graph.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util/blueprint/graph.go b/util/blueprint/graph.go index a7fa42e..aa71bea 100644 --- a/util/blueprint/graph.go +++ b/util/blueprint/graph.go @@ -5,7 +5,7 @@ import ( "time" "github.com/duanhf2012/origin/v2/log" - "github.com/duanhf2012/origin/v2/service" + "github.com/goccy/go-json" ) @@ -25,8 +25,6 @@ type IBlueprintModule interface { SafeAfterFunc(timerId *uint64, d time.Duration, AdditionData interface{}, cb func(uint64, interface{})) TriggerEvent(graphID int64, eventID int64, args ...any) error CancelTimerId(graphID int64, timerId *uint64) bool - GetGameService() service.IService - GetBattleService() service.IService } type baseGraph struct {