#pragma once
#include "Placeable.h"
// unused
class CInstance : CPlaceable
{
public:
~CInstance() = default;
};