Пример #1
0
teapots = game.GetGroup(GameMatcher.AllOf(GameMatcher.Teapot, GameMatcher.Amount));
Пример #2
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Temperature)
Пример #3
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Heating, GameMatcher.Amount, GameMatcher.Temperature));
Пример #4
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.BeingFilled, GameMatcher.Temperature));
Пример #5
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Boiling, GameMatcher.Heating));
Пример #6
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Amount, GameMatcher.Capacity));