unknown-horizons / godot-port

Unknown Horizons Godot Engine Port
https://www.unknown-horizons.org
GNU General Public License v2.0
665 stars 83 forks source link

Small project and audio bus changes #28

Closed YeldhamDev closed 5 years ago

YeldhamDev commented 5 years ago
aaronfranke commented 5 years ago

Should we almost never be using pass then? I'm not too familiar with GDScript (my projects use C#).

YeldhamDev commented 5 years ago

pass should only be used in empty functions and conditionals.