From e62bbaa68a7f6b190881f5620bd5d4b62e4d86b5 Mon Sep 17 00:00:00 2001 From: Vazyriqx <58703701+Vazyriqx@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:51:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20elgranje?= =?UTF-8?q?ro/EggIncProtos@74637bc45858141a4b4d65d18c2638537b237f9d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++++ index.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) diff --git a/README.md b/README.md index 16f506b..9903697 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ - [GiftPlayerCoopRequest](#ei-GiftPlayerCoopRequest) - [IAPSaleEntry](#ei-IAPSaleEntry) - [IdleSessionSummary](#ei-IdleSessionSummary) + - [IdleSessionSummary.Stat](#ei-IdleSessionSummary-Stat) - [InGameMail](#ei-InGameMail) - [InventorySlot](#ei-InventorySlot) - [JoinCoopRequest](#ei-JoinCoopRequest) @@ -2700,6 +2701,8 @@ | average_msr | [double](#double) | optional | | | average_egg_delivery_rate | [double](#double) | optional | | | last_egg_delivery_rate | [double](#double) | optional | | +| eggs_delivered | [double](#double) | optional | | +| stats | [IdleSessionSummary.Stat](#ei-IdleSessionSummary-Stat) | repeated | | | farm_index | [uint32](#uint32) | optional | | @@ -2707,6 +2710,25 @@ + + +### IdleSessionSummary.Stat + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| name | [string](#string) | optional | | +| min | [double](#double) | optional | | +| max | [double](#double) | optional | | +| avg | [double](#double) | optional | | +| total_time | [double](#double) | optional | | + + + + + + ### InGameMail diff --git a/index.html b/index.html index a280857..74aebe2 100644 --- a/index.html +++ b/index.html @@ -638,6 +638,10 @@
Field | Type | Label | Description |
name | +string | +optional | +
|
+
min | +double | +optional | +
|
+
max | +double | +optional | +
|
+
avg | +double | +optional | +
|
+
total_time | +double | +optional | +
|
+