第一次提交
This commit is contained in:
96
Plugins/GCS/GenericCombatSystem.uplugin
Normal file
96
Plugins/GCS/GenericCombatSystem.uplugin
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 8,
|
||||
"VersionName": "1.5",
|
||||
"FriendlyName": "GenericCombatSystem",
|
||||
"Description": "Advanced GAS based Multiplayer combat framework.",
|
||||
"Category": "Gameplay",
|
||||
"CreatedBy": "YuewuDev",
|
||||
"CreatedByURL": "https://yuewu.dev/en",
|
||||
"DocsURL": "https://www.yuewu.dev/en/wiki",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/d4d45c2c-c698-4274-bb14-5474b7880a01",
|
||||
"SupportURL": "https://discord.com/invite/xMRXAB2",
|
||||
"EngineVersion": "5.7.0",
|
||||
"CanContainContent": false,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "GenericInputSystem",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Android",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "GenericGameplayAbilities",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Android",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "GenericGameplayAttributes",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Android",
|
||||
"Linux"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "GenericGameplayAbilitiesEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "GenericCombatSystem",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Android",
|
||||
"Linux"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "EnhancedInput",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayAbilities",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ModularGameplay",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "TargetingSystem",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "StateTree",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "GameplayStateTree",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "MotionWarping",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user