mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 19:06:26 +00:00
13 lines
276 B
ActionScript
13 lines
276 B
ActionScript
package classes
|
|
{
|
|
// Define event corresponding to the effect trigger.
|
|
[Event(name="darken", type="flash.events.Event")]
|
|
// Define the effect.
|
|
[Effect(name="darkenEffect", event="darken")]
|
|
public class TestEffect_Event
|
|
{
|
|
|
|
|
|
}
|
|
}
|