#25 Add card list

This commit is contained in:
M1_IDMhan 2023-08-23 10:10:33 +09:00
parent e066f0ea52
commit 6c78a25e45
3 changed files with 16 additions and 0 deletions

View File

@ -1,10 +1,14 @@
using System.Collections;
using System.Collections.Generic;
using _02.Scripts.WaterAndShip;
using BlueWaterProject;
using Sirenix.OdinInspector;
using UnityEngine;
public class DataManager : Singleton<DataManager>
{
public List<Card> CardList = new List<Card>(10);
public GameObject mouseSpot;
public GameObject boat;
public GameObject assaultCard;

View File

@ -0,0 +1,9 @@
using BlueWaterProject;
namespace _02.Scripts.WaterAndShip
{
public class Card
{
public Unit Unit { get; set; }
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 16343c2e0d0f4d428992aaa40d8764ca
timeCreated: 1692752814