GAS初步实装
This commit is contained in:
17
Config/DefaultGameplayTags.ini
Normal file
17
Config/DefaultGameplayTags.ini
Normal 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="")
|
||||
|
||||
Reference in New Issue
Block a user