Server.Mobiles.CharacterStatue.CharacterStatue C# (CSharp) Метод

CharacterStatue() публичный Метод

public CharacterStatue ( Server.Mobile from, StatueType type ) : System
from Server.Mobile
type StatueType
Результат System
        public CharacterStatue( Mobile from, StatueType type )
            : base()
        {
            m_Type = type;
            m_Pose = StatuePose.Ready;
            m_Material = StatueMaterial.Antique;

            Direction = Direction.South;
            AccessLevel = AccessLevel.Counselor;
            Hits = HitsMax;
            Blessed = true;
            Frozen = true;

            CloneBody( from );
            CloneClothes( from );
            InvalidateHues();
        }

Same methods

CharacterStatue::CharacterStatue ( Server.Serial serial ) : System