feat(headless): complete deterministic bot command parity
This commit is contained in:
parent
7e8acb74dd
commit
38e83640d9
37 changed files with 2805 additions and 295 deletions
|
|
@ -78,7 +78,9 @@ public readonly record struct RuntimeMovementSnapshot(
|
|||
bool IsAirborne,
|
||||
double SimulationTimeSeconds,
|
||||
long Revision = 0,
|
||||
bool AutoRunActive = false);
|
||||
bool AutoRunActive = false,
|
||||
bool HasCommandInput = false,
|
||||
Gameplay.MovementInput CommandInput = default);
|
||||
|
||||
public interface IRuntimeMovementView
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue