File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package ::PACKAGE_NAME:: {
22 import openfl.utils.Assets;
3- ::if BASE_CLASS_NAME:::else::import openfl.display.MovieClip;::end::
3+ ::if BASE_CLASS_NAME:::: else::import openfl.display.MovieClip;::end::
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