This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
Skyblock
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Activity
Browse Source
Fixing warning
pull/18/head
Ryan Reed
1 month ago
parent
0ef53af01d
commit
9cdb1ad26b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
resources/save_load_node_types/player_data_resource.gd
+ 1
- 1
resources/save_load_node_types/player_data_resource.gd
View File
@ -3,7 +3,7 @@ class_name PlayerDataResource
extends
Node3DDataResource
func
_save_data
(
node
:
Node3D
)
-
>
void
:
func
_save_data
(
_
node
:
Node3D
)
-
>
void
:
# TODO: Save inventory or any other data
pass
Write
Preview
Loading…
Cancel
Save