Example #1
0
    public SHRLentity(APPshrl app, int x, int y)
    {
        this.app = app;
        this.x   = x;
        this.y   = y;

        id = app.GetId();
    }