private void OnEnable() { _groupDb = target as RTObjectGroupDb; }
public GroupDropAndDropHandler(RTObjectGroupDb groupDb) { _groupDb = groupDb; }