File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package ::PACKAGE_NAME:: {
44
55 public class ::NATIVE_CLASS_NAME:: extends ::if BASE_CLASS_NAME::::BASE_CLASS_NAME::::else::MovieClip::end:: {
66
7- ::foreach CLASS_PROPERTIES:: public var ::name:::::type::;
7+ ::foreach CLASS_PROPERTIES::public var ::name:::::type::;
88 ::end::
99
1010 public function ::NATIVE_CLASS_NAME:: () {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Assets from "openfl/utils/Assets";
44
55class ::NATIVE_CLASS_NAME:: extends ::if BASE_CLASS_NAME::::BASE_CLASS_NAME::::else::MovieClip::end:: {
66
7- ::foreach CLASS_PROPERTIES:: ::name::;
7+ ::foreach CLASS_PROPERTIES::::name::;
88 ::end::
99
1010 constructor () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Assets from "openfl/utils/Assets";
33
44class ::NATIVE_CLASS_NAME:: extends ::if BASE_CLASS_NAME::::BASE_CLASS_NAME::::else::MovieClip::end:: {
55
6- ::foreach CLASS_PROPERTIES:: public ::name::!:::type::;
6+ ::foreach CLASS_PROPERTIES::public ::name::!:::type::;
77 ::end::
88
99 constructor () {
You can’t perform that action at this time.
0 commit comments