예제 #1
0
 //Makes a camp given the positions of the campfire and tent
 public void MakeCamp(Vector2 cf, Vector2 t)
 {
     camps.AddLast(Camp.Make(cf, t).GetComponent <Camp>());
 }