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