Add column which shows projected item range

This commit is contained in:
DarkPhoenix
2019-09-29 22:16:19 +03:00
parent 2a05ac5a85
commit 33103dbee9
3 changed files with 59 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ class ProjectedView(d.Display):
'Ammo Icon',
'Base Icon',
'Base Name',
'Ammo']
'Ammo',
'Projection Range']
def __init__(self, parent):
d.Display.__init__(self, parent, style=wx.BORDER_NONE)