mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 16:26:17 +00:00
first commit
This commit is contained in:
9
script/EdgeModel.js
Normal file
9
script/EdgeModel.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* This is edge model
|
||||
*
|
||||
*/
|
||||
|
||||
function EdgeModel()
|
||||
{
|
||||
this.width = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user