fix: fix warning

This commit is contained in:
mob-sakai
2024-01-24 02:26:11 +09:00
parent 8028b2a770
commit a5fdfce554

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;