Having issues in a blackjack game I'm making on Unity. I'm getting an, “IndexOutOfRangeException” error

后端 未结 0 944
夕颜
夕颜 2020-12-16 09:30
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class DeckScript : MonoBehaviour
{
    public Sprite[] cardSprites;
    int[]          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题