public static Anysim clone(Role toClone, SimDescription actor) { Anysim newRole = new Anysim(toClone.Data, actor, toClone.RoleGivingObject); newRole.StartRole(); return newRole; }
public static Anysim clone(Role toClone, SimDescription actor) { Anysim newRole = new Anysim(toClone.Data, actor, toClone.RoleGivingObject); newRole.StartRole(); return(newRole); }