Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: C#  |  size: 0.54 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         public enum FaceType
  2.         {
  3.                 Sick = 587,
  4.                 Happy = 588,
  5.                 Sad = 589,
  6.                 Normal = 590,
  7.                 Angry = 591,
  8.                 VeryAngry = 592,
  9.                 MadAt = 593,
  10.                 OhReally = 594,
  11.                 AweSad = 596,
  12.                 Nervous = 597,
  13.                 SadExplain = 598,
  14.                 OhWell = 599,
  15.                 Relaxed = 600,
  16.                 Drowsy = 601,
  17.                 Drunk = 602,
  18.                 AngryDisappointed = 604,
  19.                 Laugh = 605,
  20.                 LaughCryObserve = 606,
  21.                 GoodIdea = 607,
  22.                 Laugh2 = 608,
  23.                 AngryNod = 609,
  24.                 OhNo = 610,
  25.                 Sorry = 611,
  26.                 Depressed = 612,
  27.                 Angry2 = 614,
  28.                 AngryThinkNod = 615,
  29.                 AngryReferenceYNW = 616,
  30.                 AngryLookDown = 617
  31.         }