aboutsummaryrefslogtreecommitdiff
path: root/backend/TeleportConsumableObject.cpp
blob: 5fd4459703affee76e490b77928e41988ba3fd83 (plain)
1
2
3
4
5
6
#include "TeleportConsumableObject.h"

void TeleportConsumableObject::consume(Player & player) {
	// TODO
}