Waring, using new keyword on monovehaviour. When im not using monobehaviour!?

Hey seems im in a little bit of a pickle. and yes i know you can’t use new with when you inherit from monobehaviour and you should use .addcomponent. however im not using monobehaviour in my class, and yes im getting this issue when im creating a new list of this class without any base class. you can see what i mean in the code below. wondering if im missing anything?

Also im wanting the resource class to be Serializable so i can see it in the inspector. but yet im getting the warning of cant use new keyword on monobehaviour. even when my resource class is not inheriting from it

Class im using in my list:
143304-01.png

Line im getting the issue on:
143305-02.png

I found the issue, for some reason unity lead me down the path of showing me the issue was on the like i create resources, where actually, it was the parent of that.