Exemplo n.º 1
0
 public static void GetYAML(this maps::Area o)
 {
     Pathways.yaml.GetYAML <maps::Area.yml>(o.uuid).Deserialize(o);
 }
Exemplo n.º 2
0
 public static new void Goto(maps::Area tgt)
 {
     ((Person)Pathways.player).Goto(tgt);
 }
Exemplo n.º 3
0
 public void Goto(maps::Area tgt)
 {
     StartCoroutine(Goto(tgt.level));
 }