mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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.doId=doId
|
||||||
self.zone=di.getUint32()
|
self.zone=di.getUint32()
|
||||||
assert(di.getRemainingSize() == 0)
|
assert(di.getRemainingSize() == 0)
|
||||||
|
|
||||||
|
def sendUpdate(self, fieldName, args):
|
||||||
|
cr.sendupdate(self, fieldName, args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user