Make a slight redesign of the builtins
This commit is contained in:
@@ -1,9 +1,2 @@
|
||||
__all__ = ["moduleState", "moduleNameOrSlot", "attributeDisplay", "maxRange",
|
||||
"name", "droneDps", "droneNameAmount", "droneCheckbox", "moduleAmmo"]
|
||||
|
||||
columns = {}
|
||||
def registerColumn(column):
|
||||
columns[column.name] = column
|
||||
|
||||
def getColumn(name):
|
||||
return columns[name]
|
||||
"name", "droneDps", "droneNameAmount", "droneCheckbox", "moduleAmmo"]
|
||||
Reference in New Issue
Block a user