public void Activate(string enemyID = null, string count = null, string layer = null, string zoneIndex = null, string areaName = null)
 {
     Activate(DataBlockIDParser <EnemyDataBlock> .Parse(enemyID), Int32Parser.Parse(count), LG_LayerTypeParser.Parse(layer), eLocalZoneIndexParser.Parse(zoneIndex), areaName == null ? "a" : areaName.ToLower());
 }
Пример #2
0
 public void Activate(string tier = null, string expeditionIndex = null, string value = null)
 {
     Activate(eRundownTierParser.Parse(tier), Int32Parser.Parse(expeditionIndex), Int32Parser.Parse(value));
 }