Sha256: c0dbbeb7d8d2b226dedd1617f017f032b563416ff725324b4c8a05c48043afe2

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

package <%= package_name %>
{
	import org.robotlegs.mvcs.Command;

	public class <%= class_name %> extends Command
	{
		override public function execute():void
		{
			// Do something funky
		}
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gator-as3-robotlegs-0.0.3.pre lib/gator/as3/robotlegs/templates/as3/robotlegs/command.as.tt
gator-as3-robotlegs-0.0.2.pre lib/gator/as3/robotlegs/generators/command.as.tt