-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
linyuan.yang
committed
May 28, 2019
1 parent
f0d7ef5
commit c549e56
Showing
8 changed files
with
528 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
### v1.0.11 | ||
*2019-04-19* | ||
* 修复一个去反射函数调用的BUG | ||
* 支持自动关联 c# delegate,省去 DelegateFactory 的设置 | ||
|
||
### v1.0.10 | ||
*2019-03-19* | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace Scorpio { | ||
public static class Version { | ||
public const string version = "1.0.11"; | ||
public const string date = "2019-04-19"; | ||
public const string date = "2019-05-28"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
350 changes: 261 additions & 89 deletions
350
ScorpioTest/Assets/Scorpio/Userdata/ScriptUserdataDelegateType.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace Scorpio { | ||
public static class Version { | ||
public const string version = "1.0.11"; | ||
public const string date = "2019-04-19"; | ||
public const string date = "2019-05-28"; | ||
} | ||
} |