Skip to content

Instantly share code, notes, and snippets.

@JasonBock
Created May 10, 2022 19:12
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 JasonBock/8680c838f76781d5ddc249105f2f315e to your computer and use it in GitHub Desktop.
Save JasonBock/8680c838f76781d5ddc249105f2f315e to your computer and use it in GitHub Desktop.
public interface IDriver
{
void Drive();
void Stop() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment