String List ScriptableVariable

A variable that contains a list of strings.

Note, be cautious of using a reference object here. Adding elements to a List doesn't actually trigger the OnChanged event (the List object itself didn't change, only the contents of it changed).

Edited by Erik Johnson