This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Actors/Components/PowerManager.gd

11 lines
131 B
GDScript3
Raw Normal View History

2020-07-08 12:30:46 +00:00
extends Node
class_name PowerManager
signal power_connected()
signal power_disconnected()
var wired = false
const DEBUG = true