예제 #1
0
    public override IJSON ToJSON()
    {
        ActorJSON json = new ActorJSON();

        json.coords = Coords;
        return(json);
    }
예제 #2
0
    public virtual IJSON ToJSON()
    {
        ActorJSON json = new ActorJSON();

        json.coords = Coords;
        return(json);
    }
예제 #3
0
 public override IJSON ToJSON()
 {
     ActorJSON json = new ActorJSON();
     json.coords = Coords;
     return json;
 }
예제 #4
0
 public virtual IJSON ToJSON()
 {
     ActorJSON json = new ActorJSON();
     json.coords = Coords;
     return json;
 }