refactor: refactor
parent
08273cb0c3
commit
fc4bd708fd
|
@ -42,8 +42,7 @@ namespace Coffee.UIExtensions
|
||||||
private List<ParticleSystem> m_Particles = new List<ParticleSystem>();
|
private List<ParticleSystem> m_Particles = new List<ParticleSystem>();
|
||||||
|
|
||||||
#if !SERIALIZE_FIELD_MASKABLE
|
#if !SERIALIZE_FIELD_MASKABLE
|
||||||
[SerializeField]
|
[SerializeField] private bool m_Maskable = true;
|
||||||
private bool m_Maskable = true;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private bool _shouldBeRemoved;
|
private bool _shouldBeRemoved;
|
||||||
|
|
Loading…
Reference in New Issue