SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Make configuration function instead of ConfigurationMixin. #201

Closed sgkim126 closed 9 years ago

sgkim126 commented 9 years ago

This patch removes ConfigurationMixin with configuration function. It works same as ConfigurationMixin except there is no needs to inherit something to use configration function in the config package because Configuration function is package private.

And make configuration need implicit parameter as the prefix. You have to use rootConfiguration function to get configuration without prefix.

hatashiro commented 9 years ago

LGTM