Change some drone column stuff

This commit is contained in:
cncfanatics
2010-09-04 21:11:54 +02:00
parent fe016a881e
commit 635e904a58
3 changed files with 40 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
__all__ = ["moduleState", "moduleNameOrSlot", "attributeDisplay", "maxRange", "name", "droneDps"]
__all__ = ["moduleState", "moduleNameOrSlot", "attributeDisplay", "maxRange",
"name", "droneDps", "droneNameAmount"]
columns = {}
def registerColumn(column):