Beispiel #1
0
        public void load(ContentManager content)
        {
            inventory.load(content);

            texture = content.Load <Texture2D>(@"Avatars\Player 1");
        }