Make a data table. It is basically a “database” of objects which inherits the form of the struct that you have created. Each row of the data table will then be related to one of your assets. Considering all of your items are using the same struct.
Make a data table. It is basically a “database” of objects which inherits the form of the struct that you have created. Each row of the data table will then be related to one of your assets. Considering all of your items are using the same struct.