using UnityEngine; public class SetTeamColorFromSpawnedAttack : MonoBehaviour { private void Start() { GetComponent().Set(PlayerSkinBank.GetPlayerSkinColors(GetComponentInParent().spawner.playerID)); } }