Set Created Class
Introduction By default Glue creates a new class in the DataTypes namespace for every CSV in your project. For example, consider a game where each enemy can have multiple types of attacks. Each enemy might store the attack information in its own CSV file. In this example the CSV files would be called: SoldierAttackData.csv OgreAttackData.csv[…]