コード例 #1
0
ファイル: WinterType.cs プロジェクト: tavaresl/ProjectFalme
 public int AddVulnerability(MonsterType attackerType)
 {
     if (attackerType.Equals(typeVulnerability))
     {
         return(ValueVulnerability);
     }
     else
     {
         return(1);
     }
 }