8 lines
244 B
C++
8 lines
244 B
C++
|
#include "RwAssembly.h"
|
||
|
|
||
|
RwAssembly::RwAssembly(object_id_t objectId, object_id_t parentId, PowerSwitchIF* pwrSwitcher,
|
||
|
power::Switch_t switcher, RwHelper helper)
|
||
|
: AssemblyBase(objectId, parentId), helper(helper) {
|
||
|
|
||
|
}
|