Alias GodotBaseClasses
A list of all of T's base classes, both script and C++, ending with GodotObject.
alias GodotBaseClasses(T)
= T .BaseClasses;
Has the same purpose as std.traits.BaseClassesTuple, but accounts for Godot's script inheritance system.