mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 19:05:31 +00:00
6 lines
120 B
ActionScript
6 lines
120 B
ActionScript
interface Moving2
|
|
{
|
|
function moveUp(py:Number);
|
|
function moveDown(py:Number);
|
|
function moveLeft(px:Number);
|
|
} |