Shouldn't have to. If you aren't networking or predicting intermediate state on any data specific to the derived class then all should be well.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 3:13 PM To: [email protected] Subject: [hlcoders] DECLARE_NETWORKCLASS && DECLARE_PREDICTABLE Hi list, just a quick question: if class Child derives from class Parent, and class Parent is declared networked & predictable already with its proper tables; and class Child does not want to add any extra networking or prediction on top of that ( but does want to take advantage of the networking & prediction of the parent class evidently ), is it still necessary to implement the DECLARE_NETWORKCLASS() and DECLARE_PREDICTABLE() macros in the Child class? What do I lose if I don't? Thanks for any help, -- maarten _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

