// Creates the a PQSMod of type T with given PQS public virtual void Create(PQS pqsVersion) { mod = pqsVersion.AddPQSMod <T>(); mod.sphere = pqsVersion; }