static StampedeFactory() { stampedeSpecialists = GoogleSheets.Get <StampedeSpecialist>(); }
private static BindingList <T> LoadData <T>() where T : new() { return(new BindingList <T>(GoogleSheets.Get <T>())); }
static void LoadAllVideoBindings() { allVideoBindings = GoogleSheets.Get <VideoAnimationBinding>(); }