Example #1
0
 public override bool Accepts(ICurio curio, Behavior behavior)
 {
     return(behavior is ITickable && !curio.IsTemplate());
 }
Example #2
0
 public bool Accepts(ICurio curio, Behavior behavior)
 {
     return((behavior is IDrawable || behavior is IDrawableContainer) && !curio.IsTemplate());
 }