LegoActionControlPresenter functions (#295)

* LegoActionControlPresenter

* fix formatting

* fix format

* Fixes

* Fix order

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-11-21 05:35:03 -05:00
committed by GitHub
parent 1ae3b07dc2
commit 343b0ff3cb
3 changed files with 96 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
// Items related to the Extra string of key-value pairs found in MxOb
enum ExtraActionType {
ExtraActionType_none = 0,
ExtraActionType_opendisk = 1,
ExtraActionType_openram = 2,
ExtraActionType_close = 3,