コード例 #1
0
    public IEnumerator sendLocationsPerStep(location cordinate)
    {
        LocationPerStep log = new LocationPerStep();

        log.x    = cordinate.getX().ToString();
        log.y    = cordinate.getY().ToString();
        log.Step = cordinate.getStep().ToString();

        Guid guid = Guid.NewGuid();

        return(sendFirebase("ScatterMap---", CommonData.GameTime, guid, log));
    }