Skip to content

Commit

Permalink
created basic SteamCMD struct
Browse files Browse the repository at this point in the history
  • Loading branch information
JensvandeWiel committed Aug 3, 2023
1 parent aa71a78 commit 38e0cad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions steamcmd.go
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
package gosteamcmd

type SteamCMD struct {
prompts *[]Prompt
}

func New() *SteamCMD {
return &SteamCMD{}
}

0 comments on commit 38e0cad

Please sign in to comment.