void OnEnable() { myScript = (ProjectionWarpSystem)target; }
void Start() { system = GetComponent <ProjectionWarpSystem>(); }