Skip to content

Instantly share code, notes, and snippets.

@ItsSpyce
Created June 15, 2015 16:56
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 ItsSpyce/49daedf076986daad884 to your computer and use it in GitHub Desktop.
Save ItsSpyce/49daedf076986daad884 to your computer and use it in GitHub Desktop.
public class BenchWindow : IGameWindow
{
public event PropertyChangedEventHandler PropertyChanged;
public byte Id => 1;
public string TechnicalName => "Workbench";
public short Length => 46;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment