Adam James-Liebau Johnson
Results
2
issues of
Adam James-Liebau Johnson
 ~~The screenshot above was taken by using CodeLLDB and stepping through the execution of Rust code.~~ ~~As you can see,...
to-investigate
Taking the docs as an example, ```rust #[derive(GodotClass)] #[derive(GodotClass)] #[class(base=Node3D)] struct Monster { name: String, hitpoints: i32, base: Base, } ``` Calling .duplicate() on an instance will correctly copy all...
feature
c: register