Texture fluff = new Texture();
Tigers tigey = new Tigers(fluff, sound);
Console.WriteLine($"Tiger's {tigey.furTexture.type} level is {tigey.furTexture.level} and he goes {tigey.sound}");
public Texture furTexture;
public Tigers(Texture texture, string sound) {
this.furTexture = texture;