예제 #1
0
 public override void Remove(Vegetation vegetation)
 {
     children.Remove(vegetation);
 }
예제 #2
0
 public override void Add(Vegetation vegetation)
 {
     children.Add(vegetation);
 }
예제 #3
0
파일: Leaf.cs 프로젝트: AlinaPatru/projects
 public override void Remove(Vegetation vegetation)
 {
 }
예제 #4
0
파일: Leaf.cs 프로젝트: AlinaPatru/projects
 public override void Add(Vegetation vegetation)
 {
 }
예제 #5
0
 public abstract void Remove(Vegetation vegetation);
예제 #6
0
 public abstract void Add(Vegetation vegetation);