Waridley / hack-and-slash

WIP Hack-and-slash game made with Bevy
European Union Public License 1.2
2 stars 0 forks source link

RonReflectAssetLoader #21

Closed Waridley closed 9 months ago

Waridley commented 9 months ago

For deserializing types that implement Reflect but not Deserialize, like StandardMaterial.

Waridley commented 9 months ago

I will fix static checks later in one large pass once more of my nightly changes have been merged.