summaryrefslogtreecommitdiff
path: root/graphs/cpp/war/assassin.cc
blob: 090ec8bc93277ddb7dd606ea9f12ac7d07e731ab (plain)
1
2
3
4
5
#include "assassin.hh"

Assassin::Assassin()
    : Soldier(10, 9, "Out of the shadows!")
{}