# StringUnityEvent

Class in [DialogueRunner](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

Inherits from `UnityEvent`1\`

## Summary

A type of `UnityEvent` that takes a single string parameter.

```csharp
public class StringUnityEvent : UnityEvent<string>
```

## Remarks

A concrete subclass of `UnityEvent` is needed in order for Unity to serialise the type correctly.
