Example #1
0
		public ActionDecoder(SwfDecoder reader, DebugTable debug)
		{
			this.reader = reader;
			this.debug = debug;
		}
 public ActionDecoder(SwfDecoder reader, DebugTable debug)
 {
     this.reader = reader;
     this.debug  = debug;
 }