Squish all the field name constants into a single block, like the signals.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6697 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Bruno Garcia
2011-08-26 04:58:37 +00:00
parent e1560a1298
commit d2fcc311b5
@@ -42,8 +42,8 @@ public class {{classname}} {{^extends.isEmpty}}extends {{extends}}
{{#pubFields}}
public static const {{dobjectField}} :String = "{{name}}";
{{/pubFields}}
{{/dobject}}
{{#superclassStreamable}}override {{/superclassStreamable}}public function readObject (ins :ObjectInputStream) :void
{