LeagueSandbox / LeagueSandbox-Default

LeagueSandbox's Default Content Package
70 stars 95 forks source link

Resolve LeagueSandbox/GameServer#504 - GameObjects' namespaces' are wrong #42

Closed chutch1122 closed 5 years ago

chutch1122 commented 6 years ago

After separating of GameObjects into folders, the individual classes' namespaces' were not updated to reflect the categorization.

This PR adjusts the namespaces of the default content package to match the updated namespaces from the PR in LeagueSandbox/GameServer: https://github.com/LeagueSandbox/GameServer/pull/520

moonshadow565 commented 6 years ago

Buff scripts are missing using ChampionStatModifier and using Spell. Some of them do not implement BuffGameScript interface fully.

danil179 commented 5 years ago

Namespaces changed and fixed already.

Close this PR.