Things to Note - Alchyr/ModTemplate-StS2 GitHub Wiki

If creating scenes in Godot and attaching scripts from your mod, you will need to add this to your mod's initialization.

var assembly = Assembly.GetExecutingAssembly();
Godot.Bridge.ScriptManagerBridge.LookupScriptsInAssembly(assembly);