interface Component.INetworkSpawn
A with this interface can listen for when a GameObject in its ancestors has been network spawned.
public void OnNetworkSpawn( Connection owner )
Called when this object is spawned on the network.
A with this interface can listen for when a GameObject in its ancestors has been network spawned.
Called when this object is spawned on the network.