Interface IEndOfLevelHandler
Interface guaranteeing that a class (usually GameStateProperty)is meant to execute some code at the end of a level.
Namespace: GDA.GameStateProperties
Assembly: Assembly-CSharp.dll
Syntax
public interface IEndOfLevelHandler
Methods
OnEndOfLevel()
Method called at the end of a level.
Declaration
void OnEndOfLevel()