Data as it pertains to VeeFriends.
$ dotnet add package VeeFriends.CharactersThis package has nothing todo Gary Vaynerchuk.
The VeeFriends Characters project is designed to manage and interact with character data related to the VeeFriends series. This project includes classes representing different series of VeeFriends characters, specifically Series1, Series2, and a combined Series1And2.
The Manifest class provides functionalities specific to all collections within the VeeFriends Universe.
Example usage:
var manifest = new Manifest();
var series1Character = manifest.Series1[0]; // Access the first character
var series2Character = manifest.Series1[0]; // Access the first character
... etc
This project simplifies the management and interaction with VeeFriends characters, making it easier for developers to integrate VeeFriends character data into their applications. It provides a structured and straightforward approach to access character details across different series.