Commit 18951616 authored by Sergey Luzyanin's avatar Sergey Luzyanin

ApiBullet

parent 4bc73585
......@@ -4088,6 +4088,14 @@
return "presetColor"
};
/**
* Get the type of this class.
* @returns {"bullet"}
*/
ApiBullet.prototype.GetClassType = function()
{
return "bullet";
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Export
......@@ -4349,6 +4357,8 @@
ApiPresetColor.prototype["GetClassType"] = ApiPresetColor.prototype.GetClassType;
ApiBullet.prototype["GetClassType"] = ApiBullet.prototype.GetClassType;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Private area
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment