1
This commit is contained in:
parent
e6fdc460ac
commit
91d2ce8e9f
@ -46,6 +46,23 @@ struct GraspBuff
|
||||
for (auto& buff : grasp_triggers_) {
|
||||
if (buff) {
|
||||
if (buff->attr_id()) {
|
||||
switch (buff->attr_add_pattern()) {
|
||||
case 1:
|
||||
{
|
||||
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
{
|
||||
|
||||
}
|
||||
break;
|
||||
default:
|
||||
{
|
||||
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}//end if
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user