mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
remove constructor annotations
This commit is contained in:
@@ -34,7 +34,6 @@ class Bus : IBus {
|
||||
[Object]$mode
|
||||
[Object]$eq
|
||||
|
||||
# Constructor
|
||||
Bus ([int]$index, [Object]$remote) : base ($index, $remote) {
|
||||
AddBoolMembers -PARAMS @('mono', 'mute')
|
||||
AddStringMembers -PARAMS @('label')
|
||||
|
||||
Reference in New Issue
Block a user