BlockComponent.cpp 101 B

12345
  1. #include "BlockComponent.h"
  2. BlockComponent::BlockComponent()
  3. : Framework::ReferenceCounter()
  4. {}