14 lines
523 B
Plaintext
14 lines
523 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/CannotShare.html
|
|
Title: People Playground Modding - CannotShare
|
|
==================================================
|
|
|
|
public class CannotShare
|
|
Inherits MonoBehaviour, Messages.IOnAfterDeserialise
|
|
Behaviour that prevents the player from copying or uploading an object
|
|
Fields
|
|
public SpawnableAsset Substitute
|
|
What should this object be replaced by when deserialised (pasted/loaded)?
|
|
|
|
Methods
|
|
public void OnAfterDeserialise(List<GameObject> gameObjects)
|
|
No description provided |