// Start is called before the first frame update protected override void Start() { base.Start(); if (!monopoleStrength) { monopoleStrength = GetComponent <MonopoleStrength>(); } }
public void OnValidate() { monopoleStrength = GetComponent <MonopoleStrength>(); }