Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Add inheritance of SolanaClient node #226

Closed Virus-Axel closed 4 months ago

Virus-Axel commented 4 months ago

The Nodes that inherit SolanaClient does not expose the properties. This commit modifies all nodes that has internal SolanaClient pointers to instead inherit the node. The SolanaClient node properties are thereby accessable to the user.