pub const NETWORK_MAX_PREDICTION_WINDOW_DEFAULT: usize = 7;
Expand description
Number of frames client may predict beyond confirmed frame before freezing and waiting
for inputs from other players. Default value if not specified in GgrsSessionRunnerInfo
.