saltedfishclub / Oyster

A flexible minigame framework for bukkit. | 女生自用小游戏开发框架
GNU Lesser General Public License v2.1
7 stars 1 forks source link

State for player #8

Open iceBear67 opened 3 years ago

iceBear67 commented 3 years ago

The mechanic is a controller, but it's mixed with model.
For example, OysterPlayer mixed OysterPlayerState and OysterPlayerLogic up, but it may be useless to do that.
Do we need such refactor?