コード例 #1
0
ファイル: System.cs プロジェクト: DaedalusGame/7DRL_2021
 public override bool Accepts(ICurio curio, Behavior behavior)
 {
     return(behavior is ITickable && !curio.IsTemplate());
 }
コード例 #2
0
ファイル: System.cs プロジェクト: DaedalusGame/7DRL_2021
 public bool Accepts(ICurio curio, Behavior behavior)
 {
     return((behavior is IDrawable || behavior is IDrawableContainer) && !curio.IsTemplate());
 }