Ejemplo n.º 1
0
 def dbf_from_unity_object(self, obj):
     dbf = Dbf()
     dbf.populate_from_unity_object(obj)
     return dbf
Ejemplo n.º 2
0
	def dbf_from_unity_object(self, obj):
		dbf = Dbf()
		dbf.populate_from_unity_object(obj)
		return dbf