This commit is contained in:
SoulliesOfficial
2026-04-01 12:23:27 -04:00
parent aff7ac0e03
commit c3b1561375
933 changed files with 114333 additions and 119360 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
namespace Continentis.MainGame
{
public static class Piles
{
public static string Storage = "Storage";
public static string Hand = "Hand";
public static string Draw = "Draw";
public static string Discard = "Discard";
public static string Exhaust = "Exhaust";
public static string Grave = "Grave";
public static string Pool = "Pool";
public static string Intention = "Intention";
}
}