ronin/scripts/color.js
2016-11-12 09:49:45 -08:00

7 lines
74 B
JavaScript

function Color()
{
this.hex = function()
{
return '#ff0000';
}
}