Comparing version 0.0.29 to 0.0.30
@@ -64,2 +64,8 @@ // export declare function print(): void | ||
sendToBack(unit:Unit):void; | ||
/** | ||
* model중에 max order 값을 가져옴 | ||
* @return i32 | ||
*/ | ||
getMaxIndex():i32; | ||
@@ -92,3 +98,5 @@ /** | ||
removeDeep(id:string):void; | ||
} | ||
@@ -98,2 +106,3 @@ | ||
export declare class Unit{ | ||
_childrens:Array<Unit>; | ||
/** | ||
@@ -100,0 +109,0 @@ * add unit objects |
{ | ||
"name": "hetajs2d", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "hetajs2d", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
252288
7576