Example #1
0
 internal static bool EndLure(InputFrame arg)
 {
     return(arg.IsJustReleased(Buttons.A));
 }
Example #2
0
 internal static bool EndShout(InputFrame arg)
 {
     return(arg.IsJustReleased(Buttons.B));
 }