mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 03:32:28 +00:00
22 lines
715 B
Plaintext
22 lines
715 B
Plaintext
#define VV_NUM "Number"
|
|
#define VV_TEXT "Text"
|
|
#define VV_MESSAGE "Mutiline Text"
|
|
#define VV_ICON "Icon"
|
|
#define VV_ATOM_REFERENCE "Atom Reference"
|
|
#define VV_DATUM_REFERENCE "Datum Reference"
|
|
#define VV_MOB_REFERENCE "Mob Reference"
|
|
#define VV_CLIENT "Client"
|
|
#define VV_ATOM_TYPE "Atom Typepath"
|
|
#define VV_DATUM_TYPE "Datum Typepath"
|
|
#define VV_TYPE "Custom Typepath"
|
|
#define VV_MATRIX "Matrix"
|
|
#define VV_FILE "File"
|
|
#define VV_LIST "List"
|
|
#define VV_NEW_ATOM "New Atom"
|
|
#define VV_NEW_DATUM "New Datum"
|
|
#define VV_NEW_TYPE "New Custom Typepath"
|
|
#define VV_NEW_LIST "New List"
|
|
#define VV_NULL "NULL"
|
|
#define VV_RESTORE_DEFAULT "Restore to Default"
|
|
#define VV_MARKED_DATUM "Marked Datum"
|
|
#define VV_REGEX "Regex" |