Browse Source

CustomTag inherits from ICustomTag

master
Christopher 9 years ago
parent
commit
34b699fc3b
  1. 2
      Assets/Fungus/Narrative/Scripts/CustomTag.cs

2
Assets/Fungus/Narrative/Scripts/CustomTag.cs

@ -10,7 +10,7 @@ namespace Fungus
/// Create custom tags for use in Say text. /// Create custom tags for use in Say text.
/// </summary> /// </summary>
[ExecuteInEditMode] [ExecuteInEditMode]
public class CustomTag : MonoBehaviour public class CustomTag : MonoBehaviour, ICustomTag
{ {
[Tooltip("String that defines the start of the tag.")] [Tooltip("String that defines the start of the tag.")]
[SerializeField] protected string tagStartSymbol; [SerializeField] protected string tagStartSymbol;

Loading…
Cancel
Save