mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 23:05:51 +00:00
10 lines
125 B
ActionScript
10 lines
125 B
ActionScript
package classes
|
|
{
|
|
public class TestBindable
|
|
{
|
|
[Bindable("myevent")]
|
|
public var minFontSize:Number = 5;
|
|
|
|
}
|
|
}
|