mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 21:55:50 +00:00
10 lines
138 B
ActionScript
10 lines
138 B
ActionScript
package com.jpexs.decompiler.flash.debugger {
|
|
|
|
|
|
public function debugTrace(name){
|
|
debugConsole(name);
|
|
debugSocket(name);
|
|
}
|
|
|
|
}
|