refactor: refactor

pull/120/head
mob-sakai 2020-11-16 03:07:35 +09:00
parent 08273cb0c3
commit fc4bd708fd
3 changed files with 7 additions and 8 deletions

View File

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