[cc]public class Anim : MonoBehaviour { public AnimType animType; private void Start() { animType = (AnimType)System.Enum.Parse(typ...
確定! 回上一頁