GAS初步实装

This commit is contained in:
2023-07-21 01:46:37 +08:00
parent f3e2c3d04d
commit 4ee15747f1
92 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
ClearInvalidTags=False
AllowEditorTagUnloading=True
AllowGameTagUnloading=False
FastReplication=False
InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="actor.ability",DevComment="")
+GameplayTagList=(Tag="actor.ability.attack.Combo.1",DevComment="")
+GameplayTagList=(Tag="actor.ability.attack.Combo.2",DevComment="")
+GameplayTagList=(Tag="actor.ability.attack.Combo.window",DevComment="")
+GameplayTagList=(Tag="actor.ability.attack.Dash",DevComment="")
+GameplayTagList=(Tag="actor.ability.value.SpeedUp",DevComment="")