Example #1
0
        public void initialize()
        {
            inventory = new InventoryType();

            inventory.initialize();

            vector = new Vector2(120, 160);
        }