//-------------------------------------------
    // Interaction Types
    //-------------------------------------------

    /// <summary>
    /// When this game object first loads, get the parent hero kit object.
    /// </summary>
    private void Start()
    {
        heroKitObject = HeroKitCommonRuntime.GetParentHeroKitObject(gameObject);
    }