https://umod.org/documentation/games/rust#cansetrelationship
bool? CanSetRelationship(BasePlayer player, BasePlayer otherPlayer, RelationshipType relationshipType, int weight)
{
Puts("CanSetRelationship works!");
return null;
}error CS0246: The type or namespace name `RelationshipType' could not be found. Are you missing an assembly reference?