Merge branch 'feat-item'

This commit is contained in:
meishibiezb
2026-05-29 17:55:15 +08:00
12 changed files with 31 additions and 10 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "Plugins/CharacterControl"] [submodule "Plugins/CharacterControl"]
path = Plugins/CharacterControl path = Plugins/CharacterControl
url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl
[submodule "Plugins/Item"]
path = Plugins/Item
url = https://gitea.msbzb.xyz/meishibiezb/Item

View File

@@ -2,4 +2,7 @@
ProjectID=2986EC0E4EEBB5E464388C874F51F09C ProjectID=2986EC0E4EEBB5E464388C874F51F09C
ProjectName=First Person BP Game Template ProjectName=First Person BP Game Template
[/Script/Item.ItemRegistrySettings]
ItemDataTables=(("TestItemDef", "/Game/Data/Item/TestItemDefTable.TestItemDefTable"))
ViewStrategies=()

View File

@@ -17,4 +17,5 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="") +GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="") +GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="") +GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
+GameplayTagList=(Tag="Gameplay.Item.Property.Test",DevComment="")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
Plugins/Item Submodule

Submodule Plugins/Item added at 05ff0714e1