Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include "Striker.h"
- #include "Rabbid.h"
- #include "Defender.h"
- class Striker;
- class Goalkeeper : public Rabbid
- {
- private:
- int reaction;
- int moral;
- public:
- Goalkeeper();
- Goalkeeper(string, int);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement