#pragma once #include namespace Artifact { class Player: public BaseSubsystem { }; }