Exposed username

This commit is contained in:
itzaname 2017-01-07 03:48:57 -05:00
parent f378ab1061
commit 631ba6e0b5

View File

@ -10,7 +10,7 @@ import (
// Session struct for roblox login session data and members
type Session struct {
ID string
username string
Username string
client *http.Client
}