Files
BeatLanguageMapper/Plugins/Socketer/Socketer.uplugin
squeaksies 08645a1dfd Mk2
uh stuff. i'm putting it in the readme.
2018-10-30 22:18:39 -07:00

26 lines
624 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.3",
"FriendlyName": "Socketer",
"Description": "A TCP networking blueprint library!",
"Category": "Networking",
"CreatedBy": "HowToCompute",
"CreatedByURL": "https://how2compute.cf",
"EngineVersion": "4.19.0",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"RequiresBuildPlatform": false,
"Modules": [
{
"Name": "Socketer",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"WhitelistPlatforms": [ "Win64", "Win32" ]
}
]
}