Started adding WeaponStats UI

This commit is contained in:
MARCEL HARA 2023-10-19 12:08:25 +01:00
parent a9eb6e3eea
commit c68c1b70dc
4 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b77951badd74210f53986b352ed4a4f92520b0ac247bea02c8fe39c6fba0f98
size 78642
oid sha256:e657a0654a07a7573dcf638c96b9aa133cb1187ec301825e177dede83106db40
size 126851

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53e04069ebf540b1eabcc5f7443809ad8ce7220ad0c86c39bca7befee2fc4ac6
size 21759
oid sha256:9d594f98e9965fee6c2321d2688890d8d745b135621247d2a34ca8a2f9d7935a
size 83652

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1a60c21cb9af1f0efba0eed08d7f08e957185d81139c861473115ec2b2b578d
size 301542
oid sha256:57903d1174f13c4e930113e1f5aba86389d1568b4e42193474fec9da7cfd55aa
size 301943

View File

@ -60,6 +60,9 @@ public:
UPROPERTY(EditAnywhere)
int WeaponDamage;
UPROPERTY(EditAnywhere)
FString WeaponDescription;
UPROPERTY(EditAnywhere)
float FireRate;