Skip to content

Commit

Permalink
ClientVersion: 67, AppVersion: 1.33.3, Build: 111297
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazyriqx committed Nov 22, 2024
1 parent 74637bc commit 600cf88
Show file tree
Hide file tree
Showing 18 changed files with 6,190 additions and 5,854 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@
| gifts | [ContractCoopStatusResponse.CoopGift](#ei-ContractCoopStatusResponse-CoopGift) | repeated | |
| chicken_runs | [ContractCoopStatusResponse.ChickenRun](#ei-ContractCoopStatusResponse-ChickenRun) | repeated | |
| local_timestamp | [double](#double) | optional | |
| last_sync | [double](#double) | optional | |
| last_sync_DEP | [double](#double) | optional | |



Expand Down Expand Up @@ -2694,6 +2694,7 @@

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| success | [bool](#bool) | optional | |
| time_away | [double](#double) | optional | |
| time_simulated | [double](#double) | optional | |
| silos_owned | [uint32](#uint32) | optional | |
Expand Down
9 changes: 8 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5742,7 +5742,7 @@ <h3 id="ei.ContractCoopStatusResponse">ContractCoopStatusResponse</h3>
</tr>

<tr>
<td>last_sync</td>
<td>last_sync_DEP</td>
<td><a href="#double">double</a></td>
<td>optional</td>
<td><p> </p></td>
Expand Down Expand Up @@ -8926,6 +8926,13 @@ <h3 id="ei.IdleSessionSummary">IdleSessionSummary</h3>
</thead>
<tbody>

<tr>
<td>success</td>
<td><a href="#bool">bool</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>time_away</td>
<td><a href="#double">double</a></td>
Expand Down
3 changes: 2 additions & 1 deletion ei.proto
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ message ContractCoopStatusResponse {
}

optional double local_timestamp = 12;
optional double last_sync = 18;
optional double last_sync_DEP = 18;

enum MemberStatus {
VALID = 0;
Expand Down Expand Up @@ -1125,6 +1125,7 @@ message KickPlayerCoopRequest {
}

message IdleSessionSummary {
optional bool success = 11;
optional double time_away = 1;
optional double time_simulated = 2;
optional uint32 silos_owned = 3;
Expand Down
1,991 changes: 1,010 additions & 981 deletions ei/cpp/ei.pb.cc

Large diffs are not rendered by default.

89 changes: 65 additions & 24 deletions ei/cpp/ei.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 600cf88

Please sign in to comment.