mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 13:26:27 +00:00
FFDec Library is now LGPLv3, others stay GPLv3. Version changed to 3.0.0 for FFDec, 1.0.0 for FFDec Library.
6 lines
115 B
ActionScript
6 lines
115 B
ActionScript
interface Moving2
|
|
{
|
|
function moveUp(py:Number);
|
|
function moveDown(py:Number);
|
|
function moveLeft(px:Number);
|
|
} |