コード例 #1
0
 public override bool Cast(LKCamelot.model.Player player)
 {
     CheckLevelUp(player);
     player.AddBuff(this);
     return true;
 }