コード例 #1
0
 public PlanetView()
 {
     this.mapManipulator   = null;
     this.scaffolding      = new Scaffolding();
     this.targetIdentifier = new TargetIdentifier();
     this.heroIdentifier   = new HeroIdentifier();
     this.spawnProtection  = new SpawnProtectionView();
     this.Reset();
 }
コード例 #2
0
 public void StartMapManipulation()
 {
     this.mapManipulator = new MapManipulator(this.yToHypotenuse, this.cornerLocators);
 }