Spaces:
Runtime error
Runtime error
File size: 331 Bytes
ce81a16 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
namespace Quantum
{
using Photon.Deterministic;
using Quantum.Inspector;
public abstract partial class CardSettings
{
[Header("Card")]
public AssetRefEntityPrototype Prefab;
public ERarity Rarity;
public byte EnergyCost;
public FP ActivationDelay;
}
}
|