Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
enum State{
Playing,
Stay,
}
@y9favblog
y9favblog / GameController.cs
Last active August 19, 2017 15:25
SlotGameScript
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
enum State{
Start,
Playing,
Stay,
}
@y9favblog
y9favblog / ReelController.cs
Last active August 19, 2017 15:22
ReelController
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ReelController : MonoBehaviour {
public GameController gc;
public int line_ID = 0; //リールのid
public GameObject[] imgobj; //絵柄のプレハブを格納