martin-azpillaga / M

Data oriented programming language for game developers
https://minim.tools/M
GNU Affero General Public License v3.0
22 stars 0 forks source link

Project has a single validator #444

Closed martin-azpillaga closed 4 years ago

martin-azpillaga commented 4 years ago

Its validator is the global validator which takes commands

GlobalValidator has a reference to LocalValidator thanks to injection and uses it when needed.