fix: revert prop name to inUpPosition for screenlift messenger

- refactor volume interfaces into separate files
- IBasicVolumeControl implements IKeyName
This commit is contained in:
Andrew Welker
2025-12-31 12:20:40 -06:00
parent 316bb849b4
commit 7f2bb078c8
17 changed files with 212 additions and 163 deletions

13
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.2.4",
"commands": [
"csharpier"
],
"rollForward": false
}
}
}