namespace UnityAtoms { /// /// Interface defining an `IsValid` method. /// public interface IIsValid { bool IsValid(); } }