예제 #1
0
 private void UnsetMask()
 {
     foreach (var effect in Curio.GetBehaviors <BehaviorOnTile>())
     {
         effect.Remove();
     }
 }