Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Fix Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Feb 7, 2021
1 parent 1e6512a commit 1f5050d
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions universal.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,80 @@
"mapped": "IntToGameNameV2"
}
]
},
{
"original": "^",
"mapped": "Constants",
"fields": [
{
"original": 0,
"mapped": "GamePlayPort"
},
{
"original": 1,
"mapped": "AnnouncementPort"
},
{
"original": 2,
"mapped": "ShipOnlyMask"
},
{
"original": 3,
"mapped": "ShipAndObjectsMask"
},
{
"original": 4,
"mapped": "ShipAndAllObjectsMask"
},
{
"original": 5,
"mapped": "NotShipMask"
},
{
"original": 6,
"mapped": "Usables"
},
{
"original": 7,
"mapped": "PlayersOnlyMask"
},
{
"original": 8,
"mapped": "ShadowMask"
},
{
"original": 9,
"mapped": "CompatVersions"
},
{
"original": 10,
"mapped": "Year"
},
{
"original": 11,
"mapped": "Month"
},
{
"original": 12,
"mapped": "Day"
},
{
"original": 13,
"mapped": "Revision"
},
{
"original": 14,
"mapped": "PrivacyPolicyVersion"
},
{
"original": 15,
"mapped": "LocalNetAddress"
},
{
"original": 16,
"mapped": "InfinitySymbol"
}
]
}
]
}

0 comments on commit 1f5050d

Please sign in to comment.