Package org.vrspace.server.dto
Class Share
- java.lang.Object
-
- org.vrspace.server.dto.Add
-
- org.vrspace.server.dto.Share
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>allowedScripts
-
Constructor Summary
Constructors Constructor Description Share()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientResponseexecute(WorldManager world, Client client)Add objects to the scene, returns List of object identifiers (classname+id pairs)
-
-
-
Method Detail
-
execute
public ClientResponse execute(WorldManager world, Client client)
Description copied from class:AddAdd objects to the scene, returns List of object identifiers (classname+id pairs)
-
-