Files
BattleBay_tool_v1.0/apply_training_and_perks.h
komiko44240BB 98f4fe52fa perk Intergration
Perks are now fully added, and impact the objects
2024-10-22 21:01:49 +02:00

9 lines
158 B
C

#ifndef APPLY_TRAINING_AND_PERKS_H
#define APPLY_TRAINING_AND_PERKS_H
void applytrainingAndPerks(const struct Object* o,const struct Training* t);
#endif