Skip to content

Commit

Permalink
Deploying to gh-pages from @ 600cf88 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazyriqx committed Nov 22, 2024
1 parent e62bbaa commit e0ebc36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 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

0 comments on commit e0ebc36

Please sign in to comment.