37 lines
858 B
Plaintext
37 lines
858 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/StickyGrenadeBehaviour.html
|
|
Title: People Playground Modding - StickyGrenadeBehaviour
|
|
==================================================
|
|
|
|
public class StickyGrenadeBehaviour
|
|
Inherits MonoBehaviour, Messages.IOnEMPHit
|
|
No description provided
|
|
Fields
|
|
public float LightInterval
|
|
No description provided
|
|
|
|
public SpriteRenderer light
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Color HotLightColor
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public ExplosiveBehaviour Explosive
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public PhysicalProperties[] StickyPropertiesToIgnore
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioSource AudioSource
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
Methods
|
|
public void StartBlinking()
|
|
No description provided
|
|
|
|
public void OnEMPHit()
|
|
No description provided |