Dischord.Enemy.ChangePos C# (CSharp) Method

ChangePos() public method

public ChangePos ( Vector2 position ) : void
position Vector2
return void
        public void ChangePos(Vector2 position)
        {
            this.position = position;
        }