Adam James-Liebau Johnson

Results 2 issues of Adam James-Liebau Johnson

![Desktop Screenshot 2022 07 20 - 12 34 51 83](https://user-images.githubusercontent.com/1762469/180067599-94f5a9a2-2b72-450e-be0c-f61f602eb3e6.png) ~~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