rivet-gg / opengb

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.

Home Page:https://opengb.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update bare calls to use build time instead of runtime proxy

NathanFlurry opened this issue · comments

We shouldn't be changing case off of the proxy at runtime. We should generate objects that map the correct objects. Converting case + dynamic lookups are unnecessary overhead.

OGBE-82 Update module calling to work at build time

We shouldn't be changing case off of the proxy at runtime. We should generate objects that map the correct objects. Converting case + dynamic lookups are unnecessary overhead.