fix: fix warning

pull/290/head
mob-sakai 2024-01-24 02:26:11 +09:00
parent 0c1022c622
commit 93d3919b6f
1 changed files with 4 additions and 5 deletions

View File

@ -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;