| 46 | } |
| 47 | |
| 48 | Result NetworkModifyGroupAction::Query(GameState_t& gameState, Park::ParkData& park) const |
| 49 | { |
| 50 | return Network::ModifyGroups(GetPlayer(), _type, _groupId, _name, _permissionIndex, _permissionState, false); |
| 51 | } |
| 52 | |
| 53 | Result NetworkModifyGroupAction::Execute(GameState_t& gameState, Park::ParkData& park) const |
| 54 | { |
nothing calls this directly
no test coverage detected