@mtgame/core 0.1.149 → 0.1.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2930,8 +2930,16 @@
|
|
|
2930
2930
|
exports.TeamAdditionalData = /** @class */ (function () {
|
|
2931
2931
|
function TeamAdditionalData() {
|
|
2932
2932
|
}
|
|
2933
|
+
TeamAdditionalData.toFront = function (data) { };
|
|
2934
|
+
TeamAdditionalData.toBack = function (data) { };
|
|
2933
2935
|
return TeamAdditionalData;
|
|
2934
2936
|
}());
|
|
2937
|
+
__decorate([
|
|
2938
|
+
ToFrontHook
|
|
2939
|
+
], exports.TeamAdditionalData, "toFront", null);
|
|
2940
|
+
__decorate([
|
|
2941
|
+
ToBackHook
|
|
2942
|
+
], exports.TeamAdditionalData, "toBack", null);
|
|
2935
2943
|
exports.TeamAdditionalData = __decorate([
|
|
2936
2944
|
ModelInstance({
|
|
2937
2945
|
mappingFields: {
|