Skip to content

Instantly share code, notes, and snippets.

@ChristianTucker
Created April 11, 2020 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristianTucker/ac7c7185fd1c6cd4394337564576f718 to your computer and use it in GitHub Desktop.
Save ChristianTucker/ac7c7185fd1c6cd4394337564576f718 to your computer and use it in GitHub Desktop.
public class ClientInputState : Message
{
public List<KeyCode> keysPressed;
public List<KeyCode> keysDown;
public List<KeyCode> keysReleased;
public int simulationFrame;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment