fix: fix warning

This commit is contained in:
mob-sakai
2024-01-29 10:16:32 +09:00
parent f1e672470c
commit 9d04e41cde
2 changed files with 6 additions and 0 deletions

View File

@@ -86,7 +86,11 @@ namespace Coffee.UIExtensions
/// <summary>
/// The target ParticleSystem to attract.
/// </summary>
#if UNITY_EDITOR
public new ParticleSystem particleSystem
#else
public ParticleSystem particleSystem
#endif
{
get => m_ParticleSystem;
set