fix: fix warning
parent
0c1022c622
commit
93d3919b6f
|
@ -83,13 +83,12 @@ namespace Coffee.UIExtensions
|
|||
set => m_OnAttracted = value;
|
||||
}
|
||||
|
||||
#if UNITY_EDITOR
|
||||
/// <summary>
|
||||
/// The target ParticleSystem to attract.
|
||||
/// </summary>
|
||||
public new ParticleSystem particleSystem
|
||||
#else
|
||||
public ParticleSystem particleSystem
|
||||
#endif
|
||||
{
|
||||
get { return m_ParticleSystem; }
|
||||
get => m_ParticleSystem;
|
||||
set
|
||||
{
|
||||
m_ParticleSystem = value;
|
||||
|
|
Loading…
Reference in New Issue