mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
*** empty log message ***
This commit is contained in:
parent
38c15b1bdd
commit
88f80d1ad1
@ -8,3 +8,6 @@ class DistributedObject(PandaObject):
|
||||
self.doId=doId
|
||||
self.zone=di.getUint32()
|
||||
assert(di.getRemainingSize() == 0)
|
||||
|
||||
def sendUpdate(self, fieldName, args):
|
||||
cr.sendupdate(self, fieldName, args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user