10 lines
253 B
ActionScript
10 lines
253 B
ActionScript
import region_effects;
|
|
from region_effects import addRegionEffect;
|
|
|
|
_Type definition;
|
|
void init() {
|
|
if(definition.implementationClass.length != 0)
|
|
@definition.implementation = getClass(definition.implementationClass);
|
|
addRegionEffect(definition);
|
|
}
|