error CS1061: 'GameObject' does not contain a definition for 'shooter' and no accessible extension method 'shooter' accepting a first argument of type 'GameObject' could be found (are you missing a using directive or an assembly reference?) code example
Example: 'NewBehaviourScript' does not contain a definition for 'GameObject' and no accessible extension method 'GameObject' accepting a first argument of type 'NewBehaviourScript' could be found (are you missing a using directive or an assembly reference?)
using System.Collections.Generic;
using myAliasName = List<int>;
using myAliasName2 = System.Collections.Generic.List<int>;