Search results for query: *

  1. playtime

    Question Turning a List of Objects into a List of other Objects that inherit from a Class

    Hi! Been trying to learn C# for a month now, new to programming in general. Right now, on this project, I have a List<Item> called Inventory. I want to filter every item in this list that inherits from the class Weapon into a new list called weaponlist. The first thing I tried was var...
Back
Top Bottom