diff options
Diffstat (limited to 'graphs/cpp/war/assassin.cc')
| -rw-r--r-- | graphs/cpp/war/assassin.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphs/cpp/war/assassin.cc b/graphs/cpp/war/assassin.cc new file mode 100644 index 0000000..090ec8b --- /dev/null +++ b/graphs/cpp/war/assassin.cc @@ -0,0 +1,5 @@ +#include "assassin.hh" + +Assassin::Assassin() + : Soldier(10, 9, "Out of the shadows!") +{} |
