using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 课程名枚举 /// public enum CoursType { 中药学古文献, 药物采集, 药物炮制, 药物化学, 药物药理, 中药药剂, 中药资源与鉴定, 中药质量控制与分析, 药事管理法规, 中医药方剂, 中药检索 }