using System; using UnityEngine; /// /// Create a simple serialized version of a Dictionary in order to able to persist in Editor play mode. /// [System.Serializable] public class HumanTPoseDictionary : SerializableDictionary { }