Explorar el Código

Add yet another card type

Zed hace 6 años
padre
commit
e453d9dd59
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/types.nim

+ 2 - 1
src/types.nim

@@ -101,6 +101,8 @@ type
     status*: string
 
   CardKind* = enum
+    app = "app"
+    appplayer = "appplayer"
     player = "player"
     audio = "audio"
     summary = "summary"
@@ -119,7 +121,6 @@ type
     storeLink = "direct_store_link_app"
     moment = "moment"
     messageMe = "message_me"
-    app = "app"
 
   Card* = object
     kind*: CardKind