i need to create a list of variables with different things, so instead of doing something like
public GameObject projectile1;
public GameObject projectile2;
public GameObject projectile3;
could i do something in the inspector that lets me do something similar wihout having to create a bunch of variables in a script?