public static int Main() { return(KeyItemCheck.Check(4, 1) ? TRUE : FALSE); }
public static int Main() { return(KeyItemCheck.Check(4, 1) ? 1 : 0); }