Bizorke / Gear3Engine-Issues

For bugs and features.
1 stars 0 forks source link

Type registration for decorator data. #1213

Open JSideris opened 3 years ago

JSideris commented 3 years ago

This will potentially be a significant overhaul because we are no longer relying on the hierarchy. This means that the network protocol will all need to be redone. Alternatively, type registration could just be the responsibility of the implementing class. Final thought: each decorator could have a helper method to help the implementing class do type registration.