aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers/Stick.hpp
blob: 4ed2b45271de2d2aaf899a1d2b9cd6434dd12021 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef STICK_HPP
#define STICK_HPP

#include "Item.hpp"

class Stick : public Item
{

};

#endif