open_toontown_panda3d/samples/networking/06-simple-avatar/sample.dc

7 lines
175 B
Plaintext
Executable File

import DistributedSmoothActor
dclass DistributedSmoothActor: DistributedSmoothNode {
loop(string animName) broadcast;
pose(string animName, int16 frame) broadcast;
}