In order to get ICommandData from the client to server:
- Create prefab that has “Support Auto Command Target” selected in Ghost Authoring Component
- Add a ICommandData buffer authoring component on that prefab
- Add ICommandData to the buffer client side
Is there any need for GhostOwnerComponent in this process?