fix: fix warning

pull/310/head
mob-sakai 2024-01-24 02:26:11 +09:00
parent 8028b2a770
commit a5fdfce554
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;