mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-22 07:44:20 +00:00
6 lines
56 B
GDScript3
6 lines
56 B
GDScript3
|
extends Node3D
|
||
|
class_name CanSplash
|
||
|
|
||
|
|
||
|
signal splashed()
|