Skip to content

Instantly share code, notes, and snippets.

View walney's full-sized avatar

Walney Moreira Klein walney

View GitHub Profile

VFP_ODBC

Librería ligera para acceso a datos mediante ODBC

Patrocinada por

N|Solid

Características

  • Conexión a servidores mediante ODBC.
  • Uso nativo de la base de datos de Visual FoxPro (DBC)
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SpawnItems : MonoBehaviour
{
public GameObject[] SpawnItens;
int random;
public float spawntime;
public float spawndelay;