MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / TerrorSite

Method TerrorSite

src/Savegame/TerrorSite.cpp:29–31  ·  view source on GitHub ↗

* Initializes a terror site. */

Source from the content-addressed store, hash-verified

27 * Initializes a terror site.
28 */
29TerrorSite::TerrorSite() : Target(), _id(0), _secondsRemaining(0), _inBattlescape(false)
30{
31}
32
33/**
34 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected