syntax = "proto3";

option java_package = "emu.grasscutter.net.proto";




message SumoAvatarInfo {
	uint64 avatarId = 9;
	bool isTrial = 2;
}