Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Imports EveAI.Live
- Imports EveAI.Live.Account
- Module Module1
- Sub Main()
- Dim apiData As New AuthenticationData()
- apiData.KeyID = 0 'Change these to correct info
- apiData.VCode = ""
- apiData.CharacterID = 0
- Dim characterListApi As New AccountCharactersApi()
- characterListApi.AuthenticationData = apiData
- characterListApi.UpdateData()
- Dim chars As List(Of AccountCharacter)
- chars = characterListApi.Data
- End Sub
- End Module
Advertisement
Add Comment
Please, Sign In to add comment