2012-11-17 08:20:43 -08:00

4 lines
91 B
ActionScript

protected function remote(method : String, ...args : Array) : Boolean {
return true;
}