mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 17:53:32 +00:00
Added UT module Added UT plugin to Git Added Contains, EndWith, StartsWith to string layer conditions
21 lines
545 B
Plaintext
21 lines
545 B
Plaintext
{
|
|
"Version" : 1,
|
|
"FileVersion": 3,
|
|
"FriendlyName": "Artemis Plugin",
|
|
"VersionName": "1.0",
|
|
"CreatedBy": "Robert Beekman",
|
|
"CreatedByURL": "https://github.com/SpoinkyNL/Artemis",
|
|
"EngineVersion": "4.4.0",
|
|
"Description": "Communicates with Artemis to let the main program know what's happening ingame",
|
|
"Category": "UnrealTournament.Mod",
|
|
"EnabledByDefault": true,
|
|
"CanContainContent": false,
|
|
|
|
"Modules": [
|
|
{
|
|
"Name": "Artemis",
|
|
"Type": "Runtime",
|
|
"WhitelistPlatforms": [ "Win32", "Win64" ]
|
|
}
|
|
]
|
|
} |