Server.QuestArrow.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
		public void Update()
		{
			Update( m_Target.X, m_Target.Y );
		}

Same methods

QuestArrow::Update ( int x, int y ) : void