private Targeter CreateTargeter() { Targeter t = Targeter.Create(); t.Add(0, 0); t.Add(0, 1); t.Add(0, -1); t.Add(1, 0); t.Add(-1, 0); return(t); }