public Player_3_8(PlayerInfo info, PlayerProps stat)
 {
     Info = info; Props = stat;
 }
        //private SkeletonData skeletonData;

        public Player_3_8(PlayerInfo info)
        {
            Info = info; Props = new PlayerProps();
        }