diff --git a/steamcmd.go b/steamcmd.go index 59a795f..8ab3557 100644 --- a/steamcmd.go +++ b/steamcmd.go @@ -1 +1,9 @@ package gosteamcmd + +type SteamCMD struct { + prompts *[]Prompt +} + +func New() *SteamCMD { + return &SteamCMD{} +}