mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 16:36:07 +00:00
9 lines
131 B
ActionScript
9 lines
131 B
ActionScript
package com.jpexs.decompiler.flash.debugger {
|
|
|
|
|
|
public function debugInit(name){
|
|
DebugConnection.iniClient(name);
|
|
}
|
|
|
|
}
|