Spaces:
Runtime error
Runtime error
namespace Quantum | |
{ | |
using Quantum.Prototypes; | |
using Quantum.Inspector; | |
using Photon.Deterministic; | |
[ | ]|
public class EffectAreaSettings : CardSettings | |
{ | |
[ | ]|
public FP TickTime; | |
public byte TickCount; | |
public FP Radius; | |
public EEffectAreaTarget Target; | |
[ | ]|
public EffectAreaBehavior_Prototype[] Behaviors; | |
} | |
} | |