Bug.GameObject.GameObject C# (CSharp) Method

GameObject() public method

public GameObject ( ) : System
return System
        public GameObject()
        {
            this.Pos = new Vector2();
        }

Same methods

GameObject::GameObject ( Vector2 pos ) : System