20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/AliveBehaviour.html
|
|
Title: People Playground Modding - AliveBehaviour
|
|
==================================================
|
|
|
|
public abstract class AliveBehaviour
|
|
Inherits MonoBehaviour
|
|
No description provided
|
|
Fields
|
|
public static Dictionary<Transform, AliveBehaviour> AliveByTransform
|
|
No description provided
|
|
|
|
Methods
|
|
public abstract bool IsAlive()
|
|
No description provided
|
|
|
|
public void AddToDictionary()
|
|
No description provided
|
|
|
|
public void RemoveFromDictionary()
|
|
No description provided |