Class LivesManager
Inheritance
System.Object
LivesManager
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LivesManager : MonoBehaviour, EventListener<LivesEvent>, EventListenerBase
Fields
CurrentLives
Declaration
public static int CurrentLives
Field Value
Type |
Description |
System.Int32 |
|
MaxLives
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
OnDisable()
Declaration
OnEvent(LivesEvent)
Declaration
public void OnEvent(LivesEvent livesEvent)
Parameters
Implements