CPowerUpBrick + CPowerUp exists. Can drop from brick and be grabbed for MultiBall.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Created by Administrator on 2015-09-22.
|
||||
//
|
||||
|
||||
#ifndef DAYDREAM_CPOWERUPBRICK_H
|
||||
#define DAYDREAM_CPOWERUPBRICK_H
|
||||
|
||||
#include "Core/Component.h"
|
||||
|
||||
namespace dd
|
||||
{
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct PowerUpBrick : Component
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif //DAYDREAM_CPOWERUPBRICK_H
|
||||
Reference in New Issue
Block a user