Exemplo n.º 1
0
teapots = game.GetGroup(GameMatcher.AllOf(GameMatcher.Teapot, GameMatcher.Amount));
Exemplo n.º 2
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Temperature)
Exemplo n.º 3
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Heating, GameMatcher.Amount, GameMatcher.Temperature));
Exemplo n.º 4
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.BeingFilled, GameMatcher.Temperature));
Exemplo n.º 5
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Boiling, GameMatcher.Heating));
Exemplo n.º 6
0
teapots = game.GetGroup(GameMatcher
                        .AllOf(GameMatcher.Teapot, GameMatcher.Amount, GameMatcher.Capacity));