I’ve created a little class to store my Moves, in a turn based combat system
Now i want to add four moves to my player prefab, to test it, but i need to create them somehow?
I cant seem to create objects with a script that inherits the Move class cuz it wont add to the little list there.
I thought that i would have to just set the fields by hand in the list on the editor but it wants only a Move type object or something.
Empty Object with a script won’t do it, neither a prefab or simply just a script, so i’m lost here, what do i need to create to add there?