Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created May 28, 2017 16:53
Show Gist options
  • Save hishaamn/d827978a88775bce4d141150ee3829ce to your computer and use it in GitHub Desktop.
Save hishaamn/d827978a88775bce4d141150ee3829ce to your computer and use it in GitHub Desktop.
public class PresetInfo
{
public string Details { get; set; }
public ID ID { get; set; }
public string Name { get; set; }
public string ShortID { get; set; }
public string Key { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment