Import Ruty
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
module.exports = RGB = function(red, green, blue){
|
||||
this.red = red;
|
||||
this.green = green;
|
||||
this.blue = blue;
|
||||
};
|
||||
Reference in New Issue
Block a user