static ObjTypeMap objTypeMap = ObjTypeMap() .add("null", NullType) .add("nl", NullType) .add("comment", CommentType) .add("cm", CommentType) .add("options", OptionsType) .add("op", OptionsType) .add("world", WorldType) .add("wr", WorldType) .add("physics", PhysicsType) .add("pd", PhysicsType) .add("dyncol", DynColType) .add("dc", DynColType) .add("texmat", TexMatType) .add("tm", TexMatType) .add("define", DefineType) .add("df", DefineType) .add("box", BoxType) .add("bo", BoxType) .add("pyramid", PyramidType) .add("py", PyramidType) .add("base", BaseType) .add("ba", BaseType) .add("tele", TeleType) .add("tp", TeleType) .add("mesh", MeshType) .add("ms", MeshType) .add("group", GroupType) .add("gr", GroupType) .add("drawinfo", DrawInfoType) .add("di", DrawInfoType) .add("drawlod", DrawLODType) .add("dl", DrawLODType) .add("link", LinkType) .add("ln", LinkType) .add("weapon", WeaponType) .add("wp", WeaponType) .add("zone", ZoneType) .add("zn", ZoneType);