EmoteContext<T> constructor

EmoteContext<T>(
  1. String socialString,
  2. List<T> perspectives
)

Create a context whose members can be used by SocialsFactory.getStrings.

Implementation

EmoteContext(this.socialString, this.perspectives);