Browse Source

FungusState inherits from IFungusState

master
Christopher 9 years ago
parent
commit
940d1e44ee
  1. 2
      Assets/Fungus/Flowchart/Scripts/FungusState.cs

2
Assets/Fungus/Flowchart/Scripts/FungusState.cs

@ -10,7 +10,7 @@ namespace Fungus
/// so that the same Flowchart can be displayed while editing & playing.
/// </summary>
[AddComponentMenu("")]
public class FungusState : MonoBehaviour
public class FungusState : MonoBehaviour, IFungusState
{
[SerializeField] protected Flowchart selectedFlowchart;

Loading…
Cancel
Save