11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using UnityEngine;
|
||
|
|
||
|
public class PuzzleDrawTarot : MonoBehaviour
|
||
|
{
|
||
|
public string DisplayName;
|
||
|
public string Description;
|
||
|
public int DrawCount;
|
||
|
}
|