Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active February 3, 2019 14:54
Show Gist options
  • Save MartinZikmund/d1c8d36d6cb19c536164d9847c11a965 to your computer and use it in GitHub Desktop.
Save MartinZikmund/d1c8d36d6cb19c536164d9847c11a965 to your computer and use it in GitHub Desktop.
Checks if user is a goat (subject to teleportations)
var userManager = (UserManager)GetSystemService(UserService);
if (userManager.IsUserAGoat)
{
//🐐
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment