Skip to content

Instantly share code, notes, and snippets.

@ChristianTucker
Last active April 11, 2020 23:23
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/a4e2f9832a258001f6f733d5d69ede51 to your computer and use it in GitHub Desktop.
Save ChristianTucker/a4e2f9832a258001f6f733d5d69ede51 to your computer and use it in GitHub Desktop.
public class SimulationState : Message
{
public Vector3 position;
public Vector3 velocity;
public int simulationFrame;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment