mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 21:43:32 +00:00
remove constructor annotations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class Recorder {
|
||||
[Object]$remote
|
||||
# Constructor
|
||||
|
||||
Recorder ([Object]$remote) {
|
||||
$this.remote = $remote
|
||||
|
||||
|
||||
Reference in New Issue
Block a user