Open iceBear67 opened 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?
controller
model
OysterPlayer
The mechanic is a
controller
, but it's mixed withmodel
.For example,
OysterPlayer
mixed OysterPlayerState and OysterPlayerLogic up, but it may be useless to do that.Do we need such refactor?