WowPacketParser.Store.Objects.GameObject.GetStaticRotation C# (CSharp) 메소드

GetStaticRotation() 공개 메소드

public GetStaticRotation ( ) : WowPacketParser.Misc.Quaternion
리턴 WowPacketParser.Misc.Quaternion
        public Quaternion GetStaticRotation()
        {
            return Movement.Rotation;
        }