fBaseXtensions.Game.BountyCache.BountyMapMarker.BountyMapMarker C# (CSharp) Method

BountyMapMarker() public method

public BountyMapMarker ( System.Vector3 pos, int worldid, int id ) : System
pos System.Vector3
worldid int
id int
return System
            public BountyMapMarker(Vector3 pos, int worldid, int id)
            {
                Position = pos;
                WorldID = worldid;
                ID = id;
            }
BountyCache.BountyMapMarker