Exemplo n.º 1
0
    public override IJSON ToJSON()
    {
        ActorJSON json = new ActorJSON();

        json.coords = Coords;
        return(json);
    }
Exemplo n.º 2
0
    public virtual IJSON ToJSON()
    {
        ActorJSON json = new ActorJSON();

        json.coords = Coords;
        return(json);
    }
Exemplo n.º 3
0
 public override IJSON ToJSON()
 {
     ActorJSON json = new ActorJSON();
     json.coords = Coords;
     return json;
 }
Exemplo n.º 4
0
 public virtual IJSON ToJSON()
 {
     ActorJSON json = new ActorJSON();
     json.coords = Coords;
     return json;
 }