コード例 #1
0
ファイル: Gathering.cs プロジェクト: tivtag/Fly
 public bool Gather(IItem item)
 {
     if (item.ApplyEffectTo(this.Owner))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }