mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
remove constructor annotations
This commit is contained in:
@@ -11,7 +11,6 @@ class Remote {
|
||||
[Object]$recorder
|
||||
[Object]$profiles
|
||||
|
||||
# Constructor
|
||||
Remote ([String]$kind_id) {
|
||||
$this.kind = GetKind($kind_id)
|
||||
$this.Setup()
|
||||
|
||||
Reference in New Issue
Block a user