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