Temp broken commit, refactoring battle_srv to use jsexport.

This commit is contained in:
genxium
2022-12-25 15:39:30 +08:00
parent 013c1ea312
commit 9ffcc6fbd8
19 changed files with 2163 additions and 1348 deletions

View File

@@ -3,7 +3,7 @@ package ws
import (
. "battle_srv/common"
"battle_srv/models"
pb "jsexport/protos"
pb "battle_srv/protos"
"container/heap"
"fmt"
"github.com/gin-gonic/gin"