latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
757 stars 188 forks source link

add `disabled` to table codegen input/output #3187

Open holic opened 2 months ago

holic commented 2 months ago

I want to be able to define client-only tables in my MUD config that aren't deployed or codegen'ed

holic commented 2 months ago

Alternatively, could add a new table type that's only available in MUD config for client-only tables