Explorar el Código

Remove unused imports

vintage
Fen Dweller hace 5 años
padre
commit
33effcb715
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      src/game/vore.ts

+ 2
- 3
src/game/vore.ts Ver fichero

@@ -1,7 +1,6 @@
import { Mortal } from './entity'
import { Damage, DamageType, Stats, Actionable, Action, Vigor, VoreStats, VisibleStatus, VoreStat, DamageInstance, DamageFormula } from './combat'
import { Damage, DamageType, Actionable, Action, Vigor, DamageInstance, DamageFormula } from './combat'
import { LogLines, LogEntry, LogLine, nilLog, RandomEntry } from './interface'
import { Noun, Pronoun, ImproperNoun, TextLike, Verb, SecondPersonPronouns, PronounAsNoun, FirstPersonPronouns, PairLineArgs, SoloLine, POV, RandomWord } from './language'
import { Noun, ImproperNoun, Verb, RandomWord } from './language'
import { RubAction, DevourAction, ReleaseAction, StruggleAction, TransferAction } from './combat/actions'
import * as Words from './words'
import { Creature } from './creature'


Cargando…
Cancelar
Guardar