예제 #1
0
파일: Gathering.cs 프로젝트: tivtag/Fly
 public bool Gather(IItem item)
 {
     if (item.ApplyEffectTo(this.Owner))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }