registerContinuousInputType<T>(inputType: new () => T, inputTypeName: string): void
Continuous input remains the same on the server if it doesnt get an update from client.
Good for things like player movement instructions from inputs that are held down by the player.
The Engine interface that is common to both client and server engine.