Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface IConditionChecker {
- System.Boolean CheckCondition();
- }
- interface ICondition {
- System.Boolean IsTrue {
- get;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement