Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ RuleAlienMission
Method
RuleAlienMission
src/Ruleset/RuleAlienMission.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
{
53
54
RuleAlienMission::RuleAlienMission(const std::string &type) : _type(type), _points(0)
55
{
56
}
57
58
/**
59
* Loads the mission data from a YAML node.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected