Quote:
Originally Posted by Bell
For those a little behind, the PWA team currently consists of Tig, Gabriel and myself. For my fans I've tried to get someone to script me a clone but to date they've all been failures.
|
PHP Code:
public static Bell cloneBell(Bell originalBell) throws WantsToKillOriginalException {
Bell clonedOutput = new Bell(originalBell);
return clonedOutput;
}