Skip to content

Instantly share code, notes, and snippets.

@Quantumlyy
Created November 30, 2020 06:13
Show Gist options
  • Select an option

  • Save Quantumlyy/7062505585f2042788cd96256336de56 to your computer and use it in GitHub Desktop.

Select an option

Save Quantumlyy/7062505585f2042788cd96256336de56 to your computer and use it in GitHub Desktop.
export enum RelationshipType {
None = 0,
Outgoing,
Incoming,
Friend,
Restricted,
Blocked
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment