Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carl Findahl
IMT3601 Game Programming Project
Commits
0f56940b
Commit
0f56940b
authored
Dec 15, 2019
by
Carl Findahl
💬
Browse files
Fix pickup MP code slightly
parent
b3235cbb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Content/Viking/Blueprints/BP_VikingPlayerController.uasset
LFS
View file @
0f56940b
No preview for this file type
Content/Viking/Maps/Level1.umap
LFS
View file @
0f56940b
No preview for this file type
Source/Viking/Private/Components/InventoryComponent.cpp
View file @
0f56940b
...
...
@@ -5,6 +5,7 @@
#include "VikingItem.h"
#include "VikingAbilitySystemComponent.h"
#include "GameplayAbilitySpec.h"
#include "VikingWeaponItem.h"
UInventoryComponent
::
UInventoryComponent
()
{
PrimaryComponentTick
.
bCanEverTick
=
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment