1typedef struct {
2    char name[50];
3    int health;
4    float damage;
5} Character;