예제 #1
0
 // Triggers a PopUp Message, which in this case is the "Shotgun Found" message.
 public void popUpMessage()
 {
     popUP.fadeIn();
     fadeOut = true;
     timer   = 2.2f;
 }