gamnit: make `SpriteSet` public so clients can use its services
[nit.git] / tests / example_beer.nit
index 3b3744d..3d99198 100644 (file)
@@ -79,7 +79,7 @@ class Bottles
                _quantity = i
        end
 
-       var _quantity: Int
+       var quantity: Int
 end
 
 var i = 99