Merge pull request #11991 from DeltaFire15/nanite-repli-protocols

Adds nanite replication protocols to our techweb
This commit is contained in:
kevinz000
2020-04-25 16:54:32 -07:00
committed by GitHub
8 changed files with 34 additions and 5 deletions
+4
View File
@@ -12,6 +12,10 @@
#define NANITE_CLOUD_DISABLE 2
#define NANITE_CLOUD_ENABLE 3
///Nanite Protocol types
#define NANITE_PROTOCOL_REPLICATION "nanite_replication"
#define NANITE_PROTOCOL_STORAGE "nanite_storage"
///Nanite extra settings types: used to help uis know what type an extra setting is
#define NESTYPE_TEXT "text"
#define NESTYPE_NUMBER "number"