From 3fd3554c957c8fee58153c4143b88fb08b316dd7 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Mon, 17 Apr 2023 00:38:52 +0800 Subject: [PATCH] add proto windy --- proto/WindSeedType1Notify.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 proto/WindSeedType1Notify.proto diff --git a/proto/WindSeedType1Notify.proto b/proto/WindSeedType1Notify.proto new file mode 100644 index 00000000..6e765d9f --- /dev/null +++ b/proto/WindSeedType1Notify.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +option java_package = "emu.grasscutter.net.proto"; + + +// CmdId: 23435 +// Name: DKKHNGCHJHL +message WindSeedType1Notify { + bytes payload = 12; + uint32 config_id = 7; +} +