using UnityEngine; namespace Reset.Units{ public class PlayerAnimation : UnitAnimation{ public Transform rightHand; public Transform leftHand; } }