Base class for D native scripts. Native script instances will be attached to a Godot (C++) object of Base class.
HACK to work around evil bug in which cast(void*) invokes alias this https://issues.dlang.org/show_bug.cgi?id=6777
See Implementation
Base class for D native scripts. Native script instances will be attached to a Godot (C++) object of Base class.