crkellen / bands

A real-time online multiplayer CTF shooter game
GNU General Public License v3.0
5 stars 4 forks source link

Objects send lots of redundant information #62

Closed crkellen closed 7 years ago

crkellen commented 7 years ago

Please fill out this Issue template to the best of your ability!

Type of Issue

Hint: Design Issues or Requests are changes to existing features, not new ones.

Description of the Issue:

Objects can be optimized to only send the information that has been updated. This can be achieved through getters and setters. When the variable is updated with a new value, it will call the setter which will update what needs to be sent.

crkellen commented 7 years ago

This should be working perfectly!