Tanks Multiplayer
1.4
|
Custom class used for storing Collectible states across the network in a SyncListStruct. More...
Public Attributes | |
NetworkInstanceId | objId |
The network ID of the Collectible referenced. More... | |
NetworkInstanceId | targetId |
The network ID of the Player this Collectible is assigned to. More... | |
Vector3 | pos |
The position in the scene the Collectible has been dropped at. More... | |
Custom class used for storing Collectible states across the network in a SyncListStruct.
NetworkInstanceId objId |
The network ID of the Collectible referenced.
Vector3 pos |
The position in the scene the Collectible has been dropped at.
NetworkInstanceId targetId |
The network ID of the Player this Collectible is assigned to.