rts-sim-testing-service/third_party/third_party.go

8 lines
124 B
Go
Raw Normal View History

package third_party
2023-11-09 13:05:29 +08:00
import "joylink.club/bj-rtsts-server/third_party/message"
2023-11-09 13:05:29 +08:00
func Init() {
message.InitRsspCrcTable()
}