Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created June 22, 2020 22:08
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 explorer14/7cf17eb0fcc7739c68c8805b1bb02c87 to your computer and use it in GitHub Desktop.
Save explorer14/7cf17eb0fcc7739c68c8805b1bb02c87 to your computer and use it in GitHub Desktop.
public interface ITransmitRoverPosition
{
Task Transmit(CurrentRoverPosition currentRoverPosition);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment