Burn types with fire

This commit is contained in:
Ebag333
2017-01-09 22:36:19 -08:00
parent af7272cd10
commit 3c31391ec9
68 changed files with 337 additions and 323 deletions

View File

@@ -20,7 +20,7 @@
from math import log, sin, radians, exp
from eos.graph import Graph
from eos.types import Hardpoint, State
from eos.saveddata.module import State, Hardpoint
class FitDpsGraph(Graph):