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