2023-10-19 09:33:40 +08:00
|
|
|
package third_party
|
|
|
|
|
2023-11-09 13:05:29 +08:00
|
|
|
import "joylink.club/bj-rtsts-server/third_party/message"
|
2023-10-26 15:06:26 +08:00
|
|
|
|
2023-11-09 13:05:29 +08:00
|
|
|
func Init() {
|
|
|
|
message.InitRsspCrcTable()
|
2023-10-19 09:33:40 +08:00
|
|
|
}
|