Skip to content

Commit

Permalink
add model.ts comments (cocos#10866)
Browse files Browse the repository at this point in the history
* add model.ts comments

* add param comments

* increase engine version to 3.5.1

* increase engine version

* add space in comments

* add more comments

* fix es lint
  • Loading branch information
stanleyljl authored Apr 25, 2022
1 parent 968ab9d commit 6632c3f
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cocos/core/global-exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if (DEV) {
legacyCC._Test = {};
}

const engineVersion = '3.5.0';
const engineVersion = '3.5.1';

/**
* The current version of Cocos2d being used.<br/>
Expand Down
Loading

0 comments on commit 6632c3f

Please sign in to comment.