4 lines
91 B
ActionScript
4 lines
91 B
ActionScript
protected function remote(method : String, ...args : Array) : Boolean {
|
|
return true;
|
|
}
|