1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-21 23:34:21 +00:00

Remove unused functions from Singletons

This commit is contained in:
Steffo 2023-01-08 21:26:43 +01:00
parent cdbb4daee2
commit eda71d785f
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,9 +1,3 @@
extends Node
var player: Player
func _ready() -> void:
pass
func _process(delta: float) -> void:
pass