age-series / ElectricalAge2

Eln2 Codebase
https://eln2.org
MIT License
53 stars 17 forks source link

Adds voltmeter #190

Closed jrddunbr closed 2 years ago

jrddunbr commented 2 years ago

Implements #169.

I also identified an issue with cell that was worth removing the lateinit var field - on the client, the cell variable will always be null because we don't synchronize that state with the client from the server (it would be hard/not useful tbh with the current implementation I think).