rts-sim-testing-service/third_party/third_party.go
2023-11-09 13:05:29 +08:00

8 lines
124 B
Go

package third_party
import "joylink.club/bj-rtsts-server/third_party/message"
func Init() {
message.InitRsspCrcTable()
}