Skip to content

Commit

Permalink
ClientVersion: 67, AppVersion: 1.33.4, Build: 111298
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazyriqx committed Nov 23, 2024
1 parent 600cf88 commit 7f2b01f
Show file tree
Hide file tree
Showing 18 changed files with 6,370 additions and 6,035 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,7 @@
| coop_identifier | [string](#string) | optional | |
| user_id | [string](#string) | optional | |
| client_version | [uint32](#uint32) | optional | |
| client_timestamp | [double](#double) | optional | |



Expand Down Expand Up @@ -1590,7 +1591,7 @@
| cleared_for_exit | [bool](#bool) | optional | |
| gifts | [ContractCoopStatusResponse.CoopGift](#ei-ContractCoopStatusResponse-CoopGift) | repeated | |
| chicken_runs | [ContractCoopStatusResponse.ChickenRun](#ei-ContractCoopStatusResponse-ChickenRun) | repeated | |
| local_timestamp | [double](#double) | optional | |
| client_timestamp | [double](#double) | optional | |
| last_sync_DEP | [double](#double) | optional | |


Expand Down
9 changes: 8 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5598,6 +5598,13 @@ <h3 id="ei.ContractCoopStatusRequest">ContractCoopStatusRequest</h3>
<td><p> </p></td>
</tr>

<tr>
<td>client_timestamp</td>
<td><a href="#double">double</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -5735,7 +5742,7 @@ <h3 id="ei.ContractCoopStatusResponse">ContractCoopStatusResponse</h3>
</tr>

<tr>
<td>local_timestamp</td>
<td>client_timestamp</td>
<td><a href="#double">double</a></td>
<td>optional</td>
<td><p> </p></td>
Expand Down
3 changes: 2 additions & 1 deletion ei.proto
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ message ContractCoopStatusRequest {
optional string coop_identifier = 2;
optional string user_id = 3;
optional uint32 client_version = 4;
optional double client_timestamp = 6;
}

message FarmProductionParams {
Expand Down Expand Up @@ -901,7 +902,7 @@ message ContractCoopStatusResponse {
optional uint64 amount = 2;
}

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

enum MemberStatus {
Expand Down
2,112 changes: 1,072 additions & 1,040 deletions ei/cpp/ei.pb.cc

Large diffs are not rendered by default.

95 changes: 68 additions & 27 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 7f2b01f

Please sign in to comment.