rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Add some basic validation builtins #147

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

This should eventually replace the C_Validation API, since validation is a low-level (and cross-cutting) concern, not a high-level engine functionality.

I don't currently want to spend the time to streamline the API itself right now, as I'm still working on #130 ... so that'll have to be a separate issue.