[LIB-9] Add SAN, NAG, move number and result PGN tokens
[chesshog.git] / chesshog-format / src / main / java / org / hedgecode / chess / pgn / PGNConstants.java
index 45b2408..c0e3660 100644 (file)
@@ -35,6 +35,7 @@ public final class PGNConstants {
     public static final String BLACK_MOVE_FORMAT = "%s";
     public static final String BLACK_MOVE_DOT_FORMAT = "%d...%s";
 
+    public static final String NAG_FORMAT = "$%d";
     public static final String COMMENT_FORMAT = "{%s}";
     public static final String VARIATION_FORMAT = "(%s)";