forked from Nekojimi/JackIt
10 lines
175 B
GDScript3
10 lines
175 B
GDScript3
|
extends Resource
|
||
|
class_name Passive
|
||
|
|
||
|
@export var able_to_kill: bool = false
|
||
|
|
||
|
func setup_day(user: WolfPlayer) -> void:
|
||
|
pass
|
||
|
func setup_night(user: WolfPlayer) -> void:
|
||
|
pass
|