Skip to content
Snippets Groups Projects
Commit 84d90685 authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Added item to player on start to test.

parent 0a18697f
No related branches found
No related tags found
1 merge request!24PrefabService & abilities
......@@ -51,6 +51,7 @@ namespace BigSock {
//!! DEBUG: Add item to player at start to test if it works.
TryPickUpItem(ItemService.SINGLETON.Get(201));
TryPickUpItem(ItemService.SINGLETON.Get(201));
TryPickUpItem(ItemService.SINGLETON.Get(202));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment