using System.Collections; using System.Collections.Generic; using UnityEngine; interface CommondUnitInterface { /// /// 指令注册 /// void CommandRegist(); }