grafo-client
Version:
Grafo Client API Library
1 lines • 395 B
JavaScript
function ShareDbCreatePacket(t,e,r,a){this.slot=t,this.id=e,this.arrayName=r,this.obj=a}module.exports=ShareDbCreatePacket,ShareDbCreatePacket.prototype.getId=function(){return this.id},ShareDbCreatePacket.prototype.getSlot=function(){return this.slot},ShareDbCreatePacket.prototype.getArrayName=function(){return this.arrayName},ShareDbCreatePacket.prototype.getObj=function(){return this.obj};