public static BaseObject Create(uint groupId, uint typeId, int classId) { return(NetClassRep.Create(groupId, typeId, classId)); }
public static BaseObject Create(string className) { return(NetClassRep.Create(className)); }