custom-chatbot / data /DeadPieceSlot.cs
fastx's picture
Upload 84 files
ce81a16
raw
history blame
157 Bytes
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DeadPieceSlot : MonoBehaviour {
public PieceView Piece;
}