Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Building out class structs & constants #21

Closed ErwinsExpertise closed 4 years ago

Hucaru commented 4 years ago

As a general thing are you working on mobs and skills?

ErwinsExpertise commented 4 years ago

Primarily mob skills at the moment. I just noticed that the classes were not built out so I am adding them to have later on.

Also, I believe it would be best to change the variables to global variables so I will also adjust the naming convention of those variables.

ErwinsExpertise commented 4 years ago

Once this passes build checks I am good to merge if there is nothing else.