ready to merge some races
This commit is contained in:
@ -18,6 +18,11 @@ public:
|
||||
void print(display &display) {}
|
||||
};
|
||||
|
||||
class object_list final: public layer {
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
// TODO: throw potion into another header
|
||||
|
||||
class potion final: public object {
|
||||
|
Reference in New Issue
Block a user