AriDEVParser.Util.WowObject.WowObject C# (CSharp) Method

WowObject() public method

public WowObject ( Guid guid, ObjectType type, MovementInfo moves ) : System.Collections.Generic
guid Guid
type ObjectType
moves MovementInfo
return System.Collections.Generic
        public WowObject(Guid guid, ObjectType type, MovementInfo moves)
        {
            Guid = guid;
            Type = type;
            Movement = moves;
        }
WowObject