11 lines
134 B
GDScript
11 lines
134 B
GDScript
extends Node
|
|
|
|
# Public Methods
|
|
func OnPlayerAreaEntered(area: Area2D) -> void:
|
|
pass
|
|
|
|
|
|
# Private Methods
|
|
func _ready() -> void:
|
|
pass
|