syntax = "proto3";

package AcFunDanmu;

message ZtLiveStateSignalItem {
	string signalType = 1;
	bytes payload = 2;
}
