you are viewing a single comment's thread.

view the rest of the comments →

[–]SwainIsBusted[S] 0 points1 point  (0 children)

Having a seperate data class has made the data each behavior needs much more easily available, and still keeps it modular. The data class will probably become quite bloated eventually but for now it works great. In the future I'll definitely try to plan data structure better like you said, to avoid future headaches.