namespace Syntriax.Modules.Trigger { public interface ITriggerArea { /// /// Check if the is Triggered /// /// true if is triggered, false if not bool Check(); } }